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 1.0.12 to 1.0.13

2

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

@@ -4,0 +4,0 @@ , "main" : "semver.js"

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

;(function (exports) { // nothing in here is node-specific.

@@ -38,2 +39,3 @@ // See http://semver.org/

exports.compare = compare
exports.rcompare = rcompare
exports.satisfies = satisfies

@@ -304,2 +306,2 @@ exports.gt = gt

}
})(typeof exports === "object" ? exports : semver = {})
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc