Socket
Socket
Sign inDemoInstall

semver

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

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

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

@@ -12,3 +12,3 @@

, exprComparator = "^((<|>)?=?)\s*("+semver+")$|^$"
, xRangePlain = "([0-9]+|x|X)(?:\\.([0-9]+|x|X)(?:\\.([0-9]+|x|X))?)?"
, xRangePlain = "[v=]*([0-9]+|x|X)(?:\\.([0-9]+|x|X)(?:\\.([0-9]+|x|X))?)?"
, xRange = "((?:<|>)?=?)?\\s*" + xRangePlain

@@ -15,0 +15,0 @@ , exprSpermy = "(?:~>?)"+xRange

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