changed-log
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "changed-log", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Returns all commit messages between 2 versions of an NPM module", | ||
"main": "index.js", | ||
"main": "src/changed-log.js", | ||
"bin": { | ||
"changed-log": "bin/changed-log.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha -R spec src/**/*-spec.js", | ||
"watch": "mocha -R spec --watch src/**/*-spec.js", | ||
"example": "DEBUG=main node index.js next-update 0.8.0 0.8.3" | ||
}, | ||
@@ -31,2 +36,3 @@ "repository": { | ||
"bluebird": "2.9.30", | ||
"chalk": "1.1.0", | ||
"check-more-types": "1.8.2", | ||
@@ -38,8 +44,11 @@ "debug": "2.2.0", | ||
"package-json": "1.2.0", | ||
"ramda": "0.15.1" | ||
"ramda": "0.15.1", | ||
"update-notifier": "0.5.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "2.2.5", | ||
"pre-git": "0.6.1" | ||
}, | ||
"pre-commit": "npm test", | ||
"post-commit": "npm version" | ||
} |
@@ -5,2 +5,21 @@ # changed-log | ||
[![NPM][npm-icon] ][npm-url] | ||
[![Circle CI][circle-ci-icon] ][circle-ci-url] | ||
Install: `npm install -g changed-log` | ||
Use: | ||
> What has changed for module 'chalk' between version 0.3.0 and 0.5.1? | ||
$ changed-log chalk 0.3.0 0.5.1 | ||
found 30 commits finishing with the latest commit 994758f01293f1fdcf63282e9917cb9f2cfbdaac | ||
Changelog for module chalk repo chalk/chalk from 0.3.0 to 0.5.1 | ||
994758f: 0.5.1 | ||
... | ||
cf7eb2d: various tweaks | ||
fa9bd4e: bump ansi-styles | ||
The information is fetched from the github repo corresponding to the NPM package. | ||
### Small print | ||
@@ -45,1 +64,6 @@ | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
[npm-icon]: https://nodei.co/npm/changed-log.png?downloads=true | ||
[npm-url]: https://npmjs.org/package/changed-log | ||
[circle-ci-icon]: https://circleci.com/gh/bahmutov/changed-log.svg?style=svg | ||
[circle-ci-url]: https://circleci.com/gh/bahmutov/changed-log |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
16354
12
402
1
68
10
2
1
+ Addedchalk@1.1.0
+ Addedupdate-notifier@0.5.0
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.0(transitive)
+ Addedconfigstore@1.4.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedimurmurhash@0.1.4(transitive)
+ Addedis-finite@1.1.0(transitive)
+ Addedis-npm@1.0.0(transitive)
+ Addedlatest-version@1.0.1(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedos-homedir@1.0.2(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedosenv@0.1.5(transitive)
+ Addedrepeating@1.1.3(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedsemver-diff@2.1.0(transitive)
+ Addedslide@1.1.6(transitive)
+ Addedstring-length@1.0.1(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedupdate-notifier@0.5.0(transitive)
+ Addeduuid@2.0.3(transitive)
+ Addedwrite-file-atomic@1.3.4(transitive)
+ Addedxdg-basedir@2.0.0(transitive)