Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

update-notifier

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-notifier - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

check.js

@@ -1,2 +0,2 @@

/* eslint-disable xo/no-process-exit */
/* eslint-disable unicorn/no-process-exit */
'use strict';

@@ -3,0 +3,0 @@ var updateNotifier = require('./');

@@ -132,3 +132,4 @@ 'use strict';

process.on('SIGINT', function () {
console.error('\n' + message);
console.error('');
process.exit();
});

@@ -135,0 +136,0 @@ }

{
"name": "update-notifier",
"version": "1.0.2",
"version": "1.0.3",
"description": "Update notifications for your CLI app",

@@ -16,3 +16,3 @@ "license": "BSD-2-Clause",

"scripts": {
"test": "xo && mocha --timeout 20000"
"test": "if-node-version \">=4\" xo && mocha --timeout 20000"
},

@@ -49,2 +49,3 @@ "files": [

"fixture-stdout": "^0.2.1",
"if-node-version": "^1.1.0",
"mocha": "*",

@@ -51,0 +52,0 @@ "strip-ansi": "^3.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc