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 5.0.1 to 5.1.0

10

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

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

"dependencies": {
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.1.0",

@@ -44,3 +44,3 @@ "configstore": "^5.0.1",

"is-ci": "^2.0.0",
"is-installed-globally": "^0.3.2",
"is-installed-globally": "^0.4.0",
"is-npm": "^5.0.0",

@@ -50,3 +50,3 @@ "is-yarn-global": "^0.3.0",

"pupa": "^2.1.1",
"semver": "^7.3.2",
"semver": "^7.3.4",
"semver-diff": "^3.1.1",

@@ -61,4 +61,4 @@ "xdg-basedir": "^4.0.0"

"strip-ansi": "^6.0.0",
"xo": "^0.34.1"
"xo": "^0.37.1"
}
}

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

# update-notifier [![Build Status](https://travis-ci.org/yeoman/update-notifier.svg?branch=master)](https://travis-ci.org/yeoman/update-notifier)
# update-notifier

@@ -191,3 +191,3 @@ > Update notifications for your CLI app

Users can also opt-out by [setting the environment variable](https://github.com/sindresorhus/guides/blob/master/set-environment-variables.md) `NO_UPDATE_NOTIFIER` with any value or by using the `--no-update-notifier` flag on a per run basis.
Users can also opt-out by [setting the environment variable](https://github.com/sindresorhus/guides/blob/main/set-environment-variables.md) `NO_UPDATE_NOTIFIER` with any value or by using the `--no-update-notifier` flag on a per run basis.

@@ -208,3 +208,3 @@ The check is also skipped automatically:

- [Yeoman](https://yeoman.io) - Modern workflows for modern webapps
- [AVA](https://ava.li) - Simple concurrent test runner
- [AVA](https://avajs.dev) - Simple concurrent test runner
- [XO](https://github.com/xojs/xo) - JavaScript happiness style linter

@@ -211,0 +211,0 @@ - [Node GH](https://github.com/node-gh/gh) - GitHub command line tool

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