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

@matthieuh/test-semantic-release

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matthieuh/test-semantic-release - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

20

package.json
{
"name": "@matthieuh/test-semantic-release",
"version": "2.0.0",
"version": "3.0.0",
"description": "",

@@ -20,3 +20,8 @@ "main": "index.js",

"devDependencies": {
"semantic-release": "^19.0.2"
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"semantic-release": "^19.0.2",
"conventional-changelog-conventionalcommits": "^4.6.3"
},

@@ -31,4 +36,15 @@ "publishConfig": {

"next"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}
}

@@ -7,2 +7,6 @@ # test-semantic-release

# another feature with breaking changes
# another feature with breaking changes
# breaking !!
# hello
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