Socket
Socket
Sign inDemoInstall

npm-check-updates

Package Overview
Dependencies
Maintainers
2
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-check-updates - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

6

lib/package-managers/npm.js

@@ -48,8 +48,8 @@ var _ = require('lodash');

// use merge to eliminate undefined values
return npm.loadAsync(_.merge({}, {
// use pickBy to eliminate undefined values
return npm.loadAsync(_.pickBy({
silent: true,
global: args.global || undefined,
prefix: args.prefix || undefined
}))
}, _.identity))
.then(function () {

@@ -56,0 +56,0 @@

{
"name": "npm-check-updates",
"version": "2.8.1",
"version": "2.8.2",
"author": "Tomas Junnonen <tomas1@gmail.com>",

@@ -54,3 +54,3 @@ "license": "MIT",

"fast-diff": "^1.0.1",
"find-up": "^1.1.2",
"find-up": "^2.0.0",
"get-stdin": "^5.0.1",

@@ -70,3 +70,3 @@ "json-parse-helpfulerror": "^1.0.3",

"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.2.0",

@@ -73,0 +73,0 @@ "chokidar-cli": "^1.2.0",

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