Socket
Socket
Sign inDemoInstall

update-notifier

Package Overview
Dependencies
Maintainers
9
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 7.0.0 to 7.1.0

13

package.json
{
"name": "update-notifier",
"version": "7.0.0",
"version": "7.1.0",
"description": "Update notifications for your CLI app",

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

"exports": "./index.js",
"sideEffects": false,
"engines": {

@@ -46,7 +47,7 @@ "node": ">=18"

"is-in-ci": "^0.1.0",
"is-installed-globally": "^0.4.0",
"is-installed-globally": "^1.0.0",
"is-npm": "^6.0.0",
"latest-version": "^7.0.0",
"latest-version": "^9.0.0",
"pupa": "^3.1.0",
"semver": "^7.5.4",
"semver": "^7.6.2",
"semver-diff": "^4.0.0",

@@ -58,6 +59,6 @@ "xdg-basedir": "^5.1.0"

"clear-module": "^4.1.2",
"esmock": "^2.5.8",
"esmock": "^2.6.6",
"fixture-stdout": "^0.2.1",
"strip-ansi": "^7.1.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},

@@ -64,0 +65,0 @@ "ava": {

@@ -38,4 +38,4 @@ import process from 'node:process';

this.#options = options;
options.pkg = options.pkg ?? {};
options.distTag = options.distTag ?? 'latest';
options.pkg ??= {};
options.distTag ??= 'latest';

@@ -42,0 +42,0 @@ // Reduce pkg to the essential keys. with fallback to deprecated options

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