Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

changed-log

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changed-log - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

bin/changed-log.js

17

package.json
{
"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
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