Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automatic-semver-demo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automatic-semver-demo - npm Package Compare versions

Comparing version 0.0.0-development to 1.1.0

4

index.js

@@ -0,5 +1,7 @@

var version = require('./package.json').version;
const greet = () => {
console.log("greetings");
console.log(`greetings from ${version}`);
}
export { greet };
{
"name": "automatic-semver-demo",
"version": "0.0.0-development",
"version": "1.1.0",
"description": "Auto versioning demo",

@@ -19,4 +19,7 @@ "main": "index.js",

"release": {
"branches": ["master", "next"]
"branches": [
"master",
"next"
]
}
}
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