Socket
Socket
Sign inDemoInstall

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.3.0 to 1.3.1

2

index.js

@@ -10,3 +10,3 @@ "use strict";

var consoleLog = function(x){
return (verbose) ? consoleLog(x) : false;
return (verbose) ? console.log(x) : false;
};

@@ -13,0 +13,0 @@

{
"name": "node-pre-gyp-github",
"version": "1.3.0",
"version": "1.3.1",
"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