Socket
Socket
Sign inDemoInstall

conventional-changelog-atom

Package Overview
Dependencies
1
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@2.0.0...conventional-changelog-atom@2.0.1) (2018-11-01)
### Bug Fixes
* Upgrade to Lerna 3, fix Node.js v11 error ([#385](https://github.com/conventional-changelog/conventional-changelog/issues/385)) ([cdef282](https://github.com/conventional-changelog/conventional-changelog/commit/cdef282))
<a name="2.0.0"></a>

@@ -8,0 +19,0 @@ # [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@1.0.0...conventional-changelog-atom@2.0.0) (2018-06-06)

2

conventional-changelog.js

@@ -9,3 +9,3 @@ 'use strict'

.spread((parserOpts, writerOpts) => {
return {parserOpts, writerOpts}
return { parserOpts, writerOpts }
})

@@ -13,4 +13,4 @@ 'use strict'

.spread((conventionalChangelog, parserOpts, recommendedBumpOpts, writerOpts) => {
cb(null, {conventionalChangelog, parserOpts, recommendedBumpOpts, writerOpts})
cb(null, { conventionalChangelog, parserOpts, recommendedBumpOpts, writerOpts })
})
}
{
"name": "conventional-changelog-atom",
"version": "2.0.0",
"version": "2.0.1",
"description": "conventional-changelog atom preset",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha --timeout 30000 && npm run-script lint",
"test-windows": "echo 'make work on windows'"

@@ -37,10 +35,6 @@ },

"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom#readme",
"devDependencies": {
"conventional-changelog-core": "0.0.2",
"shelljs": "^0.8.0",
"through2": "^2.0.0"
},
"dependencies": {
"q": "^1.5.1"
}
},
"gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0"
}
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