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

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.2.4 to 0.2.5

2

package.json
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.2.4",
"version": "0.2.5",
"keywords": [

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

@@ -36,3 +36,3 @@ # node-pre-gyp

For more examples see also the [test apps https://github.com/springmeyer/node-pre-gyp/tree/master/test].
For more examples see also the [test apps](test/).

@@ -71,4 +71,4 @@ ## Usage

- Learn how to [host on S3](https://github.com/springmeyer/node-pre-gyp#s3-hosting).
- See [Travis Packaging](https://github.com/springmeyer/node-pre-gyp#s3-hosting#travis-packaging) for recipes for automating publishing builds on OS X and Linux.
- Learn how to [host on S3](#s3-hosting).
- See [Travis Packaging](#travis-packaging) for recipes for automating publishing builds on OS X and Linux.

@@ -218,3 +218,3 @@ **4) Add a custom `install` script**

if echo $TRAVIS_COMMIT | grep -q "[publish]"; then
if test "${TRAVIS_COMMIT#*[publish]}" != "$TRAVIS_COMMIT"; then
node-pre-gyp publish

@@ -225,4 +225,3 @@ fi

IS_TAG=$(git describe --exact-match --tags HEAD || true)
if [ $IS_TAG ];
if [[ $TRAVIS_BRANCH == `git describe --tags --always HEAD` ]] ; then
node-pre-gyp publish

@@ -229,0 +228,0 @@ fi

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