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

node-pre-gyp-github

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pre-gyp-github - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

index.js

@@ -72,5 +72,7 @@ "use strict";

Object.keys(args).forEach(function(key) {
options[key] = args[key] || options[key];
if(args.hasOwnProperty(key)) {
options[key] = args[key];
}
});
this.github.authenticate(this.authenticate_settings());

@@ -77,0 +79,0 @@ this.github.releases.createRelease(options, callback);

{
"name": "node-pre-gyp-github",
"version": "1.1.1",
"version": "1.1.2",
"description": "A node-pre-gyp module which provides the ability to publish to GitHub releases.",

@@ -5,0 +5,0 @@ "bin": "./bin/node-pre-gyp-github.js",

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