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

changelog_output

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog_output - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

cli.js

6

package.json
{
"name": "changelog_output",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"generate": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -23,3 +22,6 @@ },

"command-line-args": "^5.2.1"
},
"bin": {
"cogenerate": "./cli.js"
}
}

@@ -8,7 +8,3 @@ # Changelog Output

```
npm run generate
or
node index.js
./node_modules/.bin/cogenerate
```

@@ -42,2 +38,5 @@

```
alias the bin command inside your package.json as a script
assuming "generate: ./node_modules/.bin/cogenerate"
npm run generate -- --writeOutput false --fileName CHANGELOG.md --link https://some/path/to/ --slack my/secret/ending/url

@@ -44,0 +43,0 @@ ```

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