Socket
Socket
Sign inDemoInstall

semver

Package Overview
Dependencies
0
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

Makefile

4

package.json
{
"name": "semver",
"version": "2.0.3",
"version": "2.0.4",
"description": "The semantic version parser used by npm.",

@@ -10,3 +10,3 @@ "main": "semver.js",

"test": "tap test/*.js",
"prepublish": "bash build.sh"
"prepublish": "make"
},

@@ -13,0 +13,0 @@ "devDependencies": {

@@ -8,11 +8,2 @@ ;(function(exports) {

// The debug function is excluded entirely from the minified version.
/* nomin */ process.env &&
/* nomin */ process.env.NODE_DEBUG &&
/* nomin */ /\bsemver\b/i.test(process.env.NODE_DEBUG))
/* nomin */ debug = function() {
/* nomin */ var args = Array.prototype.slice.call(arguments, 0);
/* nomin */ args.unshift('SEMVER');
/* nomin */ console.log.apply(console, args);
/* nomin */ };
/* nomin */ debug = function() {};

@@ -19,0 +10,0 @@ // Note: this is the semver.org version of the spec that it implements

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc