Current Path: > > lib > node_modules > npm > node_modules > update-notifier >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
check.js | File | 659 bytes | March 10 2021 14:36:38. | |
index.js | File | 4621 bytes | March 10 2021 14:36:38. | |
license | File | 1254 bytes | March 10 2021 14:36:38. | |
package.json | File | 2194 bytes | March 10 2021 14:36:38. | |
readme.md | File | 5843 bytes | March 10 2021 14:36:38. |
/* eslint-disable unicorn/no-process-exit */ 'use strict'; let updateNotifier = require('.'); const options = JSON.parse(process.argv[2]); updateNotifier = new updateNotifier.UpdateNotifier(options); updateNotifier.checkNpm().then(update => { // Only update the last update check time on success updateNotifier.config.set('lastUpdateCheck', Date.now()); if (update.type && update.type !== 'latest') { updateNotifier.config.set('update', update); } // Call process exit explicitly to terminate the child process // Otherwise the child process will run forever, according to the Node.js docs process.exit(); }).catch(() => { process.exit(1); });
SILENT KILLER Tool