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.0.0-alpha5 to 2.0.0-alpha6

8

lib/versionmanager.js

@@ -217,5 +217,3 @@ var npm = require('npm');

npm.commands.list([], true, function (error, results) {
if (error) {
return callback(error);
}
if (error) return callback(error);

@@ -229,3 +227,5 @@ var packageList = results.dependencies;

for (var package in packageList) {
globalPackages[packageList[package].name] = packageList[package].version;
if(packageList[package] !== "*") {
globalPackages[packageList[package].name] = packageList[package].version;
}
}

@@ -232,0 +232,0 @@

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

@@ -5,0 +5,0 @@ "description": "Find newer versions of dependencies than what your package.json allows",

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