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 4.0.0 to 5.0.0

12

CHANGELOG.md

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

# [5.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v4.0.0...v5.0.0) (2021-06-24)
### Features
* 🎸 add param to bar ([801a679](https://github.com/EduardoSimon/auto-versioning-demo/commit/801a6797fc4e43002cb66c1ebb1f37747546c2c8))
### BREAKING CHANGES
* 🧨 add hello param to bar
# [4.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v3.1.0...v4.0.0) (2021-06-18)

@@ -2,0 +14,0 @@

2

index.js

@@ -6,3 +6,3 @@ var version = require('./package.json').version;

}
const bar = () => {
const bar = (hello) => {
console.log(`bar`);

@@ -9,0 +9,0 @@ }

{
"name": "automatic-semver-demo",
"version": "4.0.0",
"version": "5.0.0",
"description": "Auto versioning demo",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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