Socket
Socket
Sign inDemoInstall

node-pre-gyp

Package Overview
Dependencies
Maintainers
4
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 Versions

1
11

0.6.5

Diff

Changelog

Source

0.6.5

  • Now respecting npm_config_node_gyp (https://github.com/npm/npm/pull/4887)
  • Updated to semver@4.3.2
  • Updated known node v0.12.x versions and io.js 1.x versions.
springmeyer
published 0.6.4 •

Changelog

Source

0.6.4

  • Improved support for io.js (@fengmk2)
  • Test coverage improvements (@mikemorris)
  • Fixed support for --dist-url that regressed in 0.6.3
springmeyer
published 0.6.3 •

Changelog

Source

0.6.3

  • Added support for passing raw options to node-gyp using -- separator. Flags passed after the -- to node-pre-gyp configure will be passed directly to gyp while flags passed after the -- will be passed directly to make/visual studio.
  • Added node-pre-gyp configure command to be able to call node-gyp configure directly
  • Fix issue with require validation not working on windows 7 (@edgarsilva)
springmeyer
published 0.6.2 •

Changelog

Source

0.6.2

  • Support for io.js >= v1.0.2
  • Deferred require of request and tar to help speed up command line usage of node-pre-gyp.
springmeyer
published 0.6.1 •

Changelog

Source

0.6.1

  • Fixed bundled tar version
springmeyer
published 0.6.0 •

Changelog

Source

0.6.0

  • BREAKING: node odd releases like v0.11.x now use major.minor.patch for {node_abi} instead of NODE_MODULE_VERSION (#124)
  • Added support for toolset option in versioning. By default is an empty string but --toolset can be passed to publish or install to select alternative binaries that target a custom toolset like C++11. For example to target Visual Studio 2014 modules like node-sqlite3 use --toolset=v140.
  • Added support for --no-rollback option to request that a failed binary test does not remove the binary module leaves it in place.
  • Added support for --update-binary option to request an existing binary be re-installed and the check for a valid local module be skipped.
  • Added support for passing build options from npm through node-pre-gyp to node-gyp: --nodedir, --disturl, --python, and --msvs_version
springmeyer
published 0.5.31 •

Changelog

Source

0.5.31

  • Added support for deducing node_abi for node.js runtime from previous release if the series is even
  • Added support for --target=0.10.33
springmeyer
published 0.5.30 •

Changelog

Source

0.5.30

  • Repackaged with latest bundled deps
springmeyer
published 0.5.29 •

Changelog

Source

0.5.29

  • Added support for semver build.
  • Fixed support for downloading from urls that include +.
springmeyer
published 0.5.28 •

Changelog

Source

0.5.28

  • Now reporting unix style paths only in reveal command
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc