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

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.1.0 to 7.2.0

16

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

@@ -41,7 +41,7 @@ "license": "BSD-2-Clause",

"dependencies": {
"boxen": "^7.1.1",
"boxen": "^8.0.0",
"chalk": "^5.3.0",
"configstore": "^6.0.0",
"configstore": "^7.0.0",
"import-lazy": "^4.0.0",
"is-in-ci": "^0.1.0",
"is-in-ci": "^1.0.0",
"is-installed-globally": "^1.0.0",

@@ -51,3 +51,3 @@ "is-npm": "^6.0.0",

"pupa": "^3.1.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"semver-diff": "^4.0.0",

@@ -57,8 +57,8 @@ "xdg-basedir": "^5.1.0"

"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"clear-module": "^4.1.2",
"esmock": "^2.6.6",
"esmock": "^2.6.7",
"fixture-stdout": "^0.2.1",
"strip-ansi": "^7.1.0",
"xo": "^0.58.0"
"xo": "^0.59.2"
},

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

@@ -28,6 +28,6 @@ import process from 'node:process';

// Semi-private (used for tests)
_packageName;
_packageName; // eslint-disable-line lines-between-class-members
_shouldNotifyInNpmScript;
#options;
#options; // eslint-disable-line lines-between-class-members
#packageVersion;

@@ -34,0 +34,0 @@ #updateCheckInterval;

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