Socket
Socket
Sign inDemoInstall

@semantic-release/commit-analyzer

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/commit-analyzer - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

29

package.json
{
"name": "@semantic-release/commit-analyzer",
"description": "Customizable commit-analyzer plugin for semantic-release",
"version": "5.0.2",
"version": "5.0.3",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

@@ -19,3 +19,3 @@ "bugs": {

"dependencies": {
"conventional-changelog-angular": "^1.4.0",
"conventional-changelog-angular": "^3.0.0",
"conventional-commits-parser": "^2.0.0",

@@ -36,10 +36,7 @@ "debug": "^3.1.0",

"cz-conventional-changelog": "^2.0.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-prettier": "^2.3.0",
"nyc": "^11.1.0",
"prettier": "~1.10.0",
"rimraf": "^2.6.1",
"semantic-release": "^12.2.2",
"sinon": "^4.0.2",
"xo": "^0.18.2"
"semantic-release": "^15.0.0",
"sinon": "^5.0.0",
"xo": "^0.20.0"
},

@@ -79,6 +76,3 @@ "engines": {

"prettier": {
"printWidth": 120,
"singleQuote": true,
"bracketSpacing": false,
"trailingComma": "es5"
"printWidth": 120
},

@@ -102,12 +96,5 @@ "publishConfig": {

"xo": {
"extends": [
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": 2
}
"prettier": true,
"space": true
}
}
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