🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver-console - npm Package Compare versions

Comparing version

to
1.0.0

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

console.log('SEMVER: 0.0.0')
console.log('SEMVER: 1.0.0')
{
"name": "semver-console",
"version": "0.0.0",
"description": "package which just outputs its version as a console log",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/tnrich/semver-console.git",
"author": "Thomas Rich <trich1230@gmail.com>"
"name": "semver-console",
"version": "1.0.0",
"description": "package which just outputs its version as a console log",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/tnrich/semver-console.git",
"author": "Thomas Rich <trich1230@gmail.com>"
}