Socket
Socket
Sign inDemoInstall

conventional-commits-filter

Package Overview
Dependencies
2
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

CHANGELOG.md

7

package.json
{
"name": "conventional-commits-filter",
"version": "1.0.0",
"version": "1.1.0",
"description": "Filter out reverted commits parsed by conventional-commits-parser",

@@ -26,3 +26,2 @@ "homepage": "https://github.com/stevemao/conventional-commits-filter",

"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.2",

@@ -35,6 +34,6 @@ "jscs": "^2.9.0",

"lint": "jshint *.js && jscs *.js",
"test": "npm run lint && mocha",
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage"
"test": "npm run lint && mocha --timeout=30000",
"test-windows": "mocha --timeout 30000"
},
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc