Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gyp - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

3

lib/configure.js

@@ -330,2 +330,5 @@ module.exports = exports = configure

// make sure python uses files that came with this particular node package
process.env.PYTHONPATH = path.resolve(__dirname, '..', 'gyp', 'pylib')
var cp = gyp.spawn(python, argv)

@@ -332,0 +335,0 @@ cp.on('exit', onCpExit)

3

lib/node-gyp.js

@@ -206,5 +206,2 @@

, ''
, ' for specific command usage and options try:'
, ' $ node-gyp <command> --help'
, ''
, 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..')

@@ -211,0 +208,0 @@ , 'node@' + process.versions.node

@@ -13,3 +13,3 @@ {

],
"version": "0.13.0",
"version": "0.13.1",
"installVersion": 9,

@@ -16,0 +16,0 @@ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",

@@ -48,2 +48,17 @@ node-gyp

If you have multiple Python versions installed, you can identify which Python
version `node-gyp` uses by setting the '--python' variable:
``` bash
$ node-gyp --python /path/to/python2.7
```
If `node-gyp` is called by way of `npm` *and* you have multiple versions of
Python installed, then you can set `npm`'s 'python' config key to the appropriate
value:
``` bash
$ npm config set python /path/to/executable/python2.7
```
Note that OS X is just a flavour of Unix and so needs `python`, `make`, and C/C++.

@@ -50,0 +65,0 @@ An easy way to obtain these is to install XCode from Apple,

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