Socket
Socket
Sign inDemoInstall

conventional-changelog-atom

Package Overview
Dependencies
1
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

12

package.json
{
"name": "conventional-changelog-atom",
"version": "0.1.0",
"version": "0.1.1",
"description": "conventional-changelog atom preset",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "mocha && npm run-script lint"
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "echo 'make work on windows'"
},

@@ -22,2 +22,6 @@ "repository": {

"license": "ISC",
"files": [
"index.js",
"templates"
],
"bugs": {

@@ -30,4 +34,2 @@ "url": "https://github.com/stevemao/conventional-changelog-atom/issues"

"conventional-changelog-core": "0.0.2",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",

@@ -34,0 +36,0 @@ "jshint": "^2.9.1",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc