🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

semver

Package Overview
Dependencies
Maintainers
6
Versions
111
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

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": [