Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
Maintainers
1
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.2.1 to 0.2.2

3

lib/configure.js

@@ -55,4 +55,3 @@

// force the 'make' target for non-Windows
argv.unshift('make')
argv.unshift('-f')
argv.push('-f', 'make')
}

@@ -59,0 +58,0 @@

@@ -19,3 +19,2 @@

, 'configure'
, 'copy'
// Development Header File management commands

@@ -22,0 +21,0 @@ , 'install'

{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.2.1"
, "installVersion": 2
, "version": "0.2.2"
, "installVersion": 3
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"

@@ -7,0 +7,0 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }

@@ -12,4 +12,4 @@ node-gyp

Multiple target versions of node are supported (i.e. `0.7`, `0.8`, `1.0`, etc.),
regardless of what version of node is actually installed on your system
Multiple target versions of node are supported (i.e. `0.6`, `0.7`,..., `1.0`,
etc.), regardless of what version of node is actually installed on your system
(`node-gyp` downloads the necessary development files for the target version).

@@ -71,22 +71,9 @@

Now you have your compiled `.node` bindings file! The compiled bindings end up in
`out/Debug` or `out/Release`, depending on the build mode. At this point you can
`build/Debug` or `buld/Release`, depending on the build mode. At this point you can
require the `.node` file with Node and run your tests!
__Note:__ To create a _Debug_ build of the bindings file, pass the `--debug` (or
`-d`) switch to `build`.
`-d`) switch when running the `build` command.
-------------------
__(Optional)__ Copy the compiled bindings into an appropriate directory for
runtime loading detection (with [node-bindings][]), using the `copy` command:
``` bash
$ node-gyp copy
```
So for example, if you are on a 64-bit OS X machine and your target node version
is `0.7`, then the `copy` command above would copy the bindings from
`out/Release/bindings.node` to `compiled/0.7/darwin/x64/bindings.node`.
The "gyp" file

@@ -126,3 +113,2 @@ --------------

* `configure` - Generates project build files for the current platform
* `copy` - Copies a compiled bindings to an appropriate dir for runtime detection
* `install` - Installs node development files for the given version. Respects http_proxy/HTTP_PROXY and --proxy=<proxyurl> when downloading.

@@ -129,0 +115,0 @@ * `list` - Lists the currently installed node development file versions

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