New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

changefrog

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changefrog - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

bin/cli.js

@@ -29,2 +29,7 @@ #!/usr/bin/env node

if (! (program.increment || program.newVersion)) {
console.error('Please provide an increment via -i, --increment or a new version via -n, --new-version.');
process.exit(1);
}
if (!path.isAbsolute(program.file)) {

@@ -31,0 +36,0 @@ program.file = path.join(process.cwd(), program.file);

9

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [1.0.1] - 2020-04-10
### Added
- Run tests via npm test (see [issue 5](https://github.com/pheyvaer/changefrog/issues/5))
- Make CLI complain when neither -i or -n are provided (see [issue 6](https://github.com/pheyvaer/changefrog/issues/6))
## [1.0.0] - 2020-04-10

@@ -15,2 +21,3 @@

[1.0.0](https://github.com/pheyvaer/changefrog/releases/tag/v1.0.0)
[1.0.1]: https://github.com/pheyvaer/changefrog/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/pheyvaer/changefrog/releases/tag/v1.0.0

4

package.json
{
"name": "changefrog",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatically update changelog for next release.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},

@@ -9,0 +9,0 @@ "repository": {

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