Socket
Socket
Sign inDemoInstall

semver

Package Overview
Dependencies
2
Maintainers
6
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.5.0 to 7.5.1

2

classes/semver.js

@@ -19,3 +19,3 @@ const debug = require('../internal/debug')

} else if (typeof version !== 'string') {
throw new TypeError(`Invalid Version: ${require('util').inspect(version)}`)
throw new TypeError(`Invalid version. Must be a string. Got type "${typeof version}".`)
}

@@ -22,0 +22,0 @@

{
"name": "semver",
"version": "7.5.0",
"version": "7.5.1",
"description": "The semantic version parser used by npm.",

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

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.13.0",
"@npmcli/template-oss": "4.14.1",
"tap": "^16.0.0"

@@ -57,3 +57,3 @@ },

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.13.0",
"version": "4.14.1",
"engines": ">=10",

@@ -60,0 +60,0 @@ "ciVersions": [

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