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

semver-parser

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver-parser - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

4

modules/semver.js

@@ -111,6 +111,6 @@ /**

const vPreParts = vPre.split(".").map(part =>
parseVersionPart(part, true)
parseVersionPart(part, true),
);
const bPreParts = bPre.split(".").map(part =>
parseVersionPart(part, true)
parseVersionPart(part, true),
);

@@ -117,0 +117,0 @@ const l = Math.max(vPreParts.length, bPreParts.length);

@@ -22,8 +22,8 @@ {

"chai": "^4.2.0",
"eslint": "^6.2.1",
"mocha": "^6.2.0",
"eslint": "^6.6.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"sinon": "^7.4.1"
"sinon": "^7.5.0"
},
"version": "3.0.3"
"version": "3.0.4"
}
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