Socket
Socket
Sign inDemoInstall

node-pre-gyp

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pre-gyp - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

16

CHANGELOG.md
# node-pre-gyp changelog
## 0.4.1
- Fixed exception when only stderr is available in binary test (@bendi / #31)
## 0.4.0
- Enforce only `https:` based remote publishing access.
- Added `node-pre-gyp info` command to display listing of published binaries
- Added support for changing the directory node-pre-gyp should build in with the `-C/--directory` option.
- Added support for S3 prefixes.
- Enforce only `https:` based remote publishing access.
- Added `node-pre-gyp info` command to display listing of published binaries
- Added support for changing the directory node-pre-gyp should build in with the `-C/--directory` option.
- Added support for S3 prefixes.
## 0.3.1
- Added `unpublish` command.

@@ -16,4 +22,2 @@ - Fixed module path construction in tests.

Released Jan 14, 2014
- Support for packaging all files in `module_path` directory - see `app4` for example

@@ -20,0 +24,0 @@ - Added `testpackage` command.

@@ -1,2 +0,1 @@

module.exports = exports;

@@ -37,3 +36,3 @@

if (err || stderr) {
return callback(new Error(err.message || stderr));
return callback(new Error(err && err.message || stderr));
}

@@ -40,0 +39,0 @@ return callback();

{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [

@@ -6,0 +6,0 @@ "native",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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