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

github-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-release-notes - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

2

package.json
{
"name": "github-release-notes",
"version": "0.2.2",
"version": "0.3.0",
"description": "Node module to publish release notes based on commits between the last two tags.",

@@ -5,0 +5,0 @@ "main": "./github-release-notes.js",

@@ -204,2 +204,3 @@ 'use strict';

this.options = options || getOptions(process.argv);
this.options.force = this.options.force || false;

@@ -242,2 +243,4 @@ var github = new Github({

console.error(error);
return that.options.force;
});

@@ -244,0 +247,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