Socket
Socket
Sign inDemoInstall

semver

Package Overview
Dependencies
0
Maintainers
9
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.1.0

6

CHANGELOG.md
# changes log
## 7.0.0
* Refactor module into separate files for better tree-shaking
* Drop support for very old node versions, use const/let, `=>` functions,
and classes.
## 6.3.0

@@ -4,0 +10,0 @@

7

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

@@ -14,3 +14,3 @@ "main": "index.js",

"devDependencies": {
"tap": "^14.10.1"
"tap": "^14.10.2"
},

@@ -34,3 +34,6 @@ "license": "ISC",

"coverage-map": "map.js"
},
"engines": {
"node": ">=10"
}
}
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