Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
90
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
15Next

5.0.2

Diff

Changelog

Source

v5.0.2 2019-06-27

rvagg
published 5.0.1 •

Changelog

Source

v5.0.1 2019-06-20

  • [e3861722ed] - doc: document --jobs max (David Sanders) #1770
  • [1cfdb28886] - lib: reintroduce support for iojs file naming for releases >= 1 && < 4 (Samuel Attard) #1777
rvagg
published 5.0.0 •

Changelog

Source

v5.0.0 2019-06-13

  • [8a83972743] - (SEMVER-MAJOR) bin: follow XDG OS conventions for storing data (Selwyn) #1570
  • [9e46872ea3] - bin,lib: remove extra comments/lines/spaces (Jon Moss) #1508
  • [8098ebdeb4] - deps: replace osenv dependency with native os (Selwyn)
  • [f83b457e03] - deps: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) #1492
  • [323cee7323] - deps: pin request version range (Refael Ackermann) #1300
  • [c515912d08] - doc: improve issue template (Bartosz Sosnowski) #1618
  • [cca2d66727] - doc: python info needs own header (Taylor D. Lee) #1245
  • [3e64c780f5] - doc: lint README.md (Jon Moss) #1498
  • [a20faedc91] - (SEMVER-MAJOR) gyp: enable MARMASM items only on new VS versions (João Reis) #1762
  • [721eb691cf] - gyp: teach MSVS generator about MARMASM Items (Jon Kunkee) #1679
  • [91744bfecc] - gyp: add support for Windows on Arm (Richard Townsend) #1739
  • [a6e0a6c7ed] - gyp: move compile_commands_json (Paul Maréchal) #1661
  • [92e8b52cee] - gyp: fix target --> self.target (cclauss)
  • [febdfa2137] - gyp: fix sntex error (cclauss) #1333
  • [588d333c14] - gyp: _winreg module was renamed to winreg in Python 3. (Craig Rodrigues)
  • [98226d198c] - gyp: replace basestring with str, but only on Python 3. (Craig Rodrigues)
  • [7535e4478e] - gyp: replace deprecated functions (Craig Rodrigues)
  • [2040cd21cc] - gyp: use print as a function, as specified in PEP 3105. (Craig Rodrigues)
  • [abef93ded5] - gyp: get ready for python 3 (cclauss)
  • [43031fadcb] - python: clean-up detection (João Reis) #1582
  • [49ab79d221] - python: more informative error (Refael Ackermann) #1269
  • [997bc3c748] - readme: add ARM64 info to MSVC setup instructions (Jon Kunkee) #1655
  • [788e767179] - test: remove unused variable (João Reis)
  • [6f5a408934] - tools: fix usage of inherited -fPIC and -fPIE (Jens) #1340
  • [0efb8fb34b] - (SEMVER-MAJOR) win: support running in VS Command Prompt (João Reis) #1762
  • [360ddbdf3a] - (SEMVER-MAJOR) win: add support for Visual Studio 2019 (João Reis) #1762
  • [8f43f68275] - (SEMVER-MAJOR) win: detect all VS versions in node-gyp (João Reis) #1762
  • [7fe4095974] - (SEMVER-MAJOR) win: generic Visual Studio 2017 detection (João Reis) #1762
  • [7a71d68bce] - win: use msbuild from the configure stage (Bartosz Sosnowski) #1654
  • [d3b21220a0] - win: fix delay-load hook for electron 4 (Andy Dill)
  • [81f3a92338] - Update list of Node.js versions to test against. (Ben Noordhuis) #1670
  • [4748f6ab75] - Remove deprecated compatibility code. (Ben Noordhuis) #1670
  • [45e3221fd4] - Remove an outdated workaround for Python 2.4 (cclauss) #1650
  • [721dc7d314] - Add ARM64 to MSBuild /Platform logic (Jon Kunkee) #1655
  • [a5b7410497] - Add ESLint no-unused-vars rule (Jon Moss) #1497
rvagg
published 4.0.0 •

Changelog

Source

v4.0.0 2019-04-24

  • [ceed5cbe10] - deps: updated tar package version to 4.4.8 (Pobegaylo Maksim) #1713
  • [374519e066] - (SEMVER-MAJOR) Upgrade to tar v3 (isaacs) #1212
  • [e6699d13cd] - test: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) #1705
  • [0c6bf530a0] - lib: use print() for python version detection (GreenAddress) #1534
rvagg
published 3.8.0 •

Changelog

Source

v3.8.0 2018-08-09

bnoordhuis
published 3.7.0 •

Changelog

Source

v3.7.0 2018-06-08

  • [84cea7b30d] - Remove unused gyp test scripts. (Ben Noordhuis) #1458
  • [0540e4ec63] - gyp: escape spaces in filenames in make generator (Jeff Senn) #1436
  • [88fc6fa0ec] - Drop dependency on minimatch. (Brian Woodward) #1158
  • [1e203c5148] - Fix include path when pointing to Node.js source (Richard Lau) #1055
  • [53d8cb967c] - Prefix build targets with /t: on Windows (Natalie Wolfe) #1164
  • [53a5f8ff38] - gyp: add support for .mm files to msvs generator (Julien Racle) #1167
  • [dd8561e528] - zos: don't use universal-new-lines mode (John Barboza) #1451
  • [e5a69010ed] - zos: add search locations for libnode.x (John Barboza) #1451
  • [79febace53] - doc: update macOS information in README (Josh Parnham) #1323
  • [9425448945] - gyp: don't print xcodebuild not found errors (Gibson Fahnestock) #1370
  • [6f1286f5b2] - Fix infinite install loop. (Ben Noordhuis) #1384
  • [2580b9139e] - Update --nodedir description in README. (Ben Noordhuis) #1372
  • [a61360391a] - Update README with another way to install on windows (JeffAtDeere) #1352
  • [47496bf6dc] - Fix IndexError when parsing GYP files. (Ben Noordhuis) #1267
  • [b2024dee7b] - zos: support platform (John Barboza) #1276
  • [90d86512f4] - win: run PS with -NoProfile (Refael Ackermann) #1292
  • [2da5f86ef7] - doc: add github PR and Issue templates (Gibson Fahnestock) #1228
  • [a46a770d68] - doc: update proposed DCO and CoC (Mikeal Rogers) #1229
  • [7e803d58e0] - doc: headerify the Install instructions (Nick Schonning) #1225
  • [f27599193a] - gyp: update xml string encoding conversion (Liu Chao) #1203
  • [0a07e481f7] - configure: don't set ensure if tarball is set (Gibson Fahnestock) #1220
bnoordhuis
published 3.6.3 •

Changelog

Source

v3.6.3 2018-06-08

  • [90cd2e8da9] - gyp: fix regex to match multi-digit versions (Jonas Hermsmeier) #1455
  • [7900122337] - deps: pin request version range (Refael Ackerman) #1300
rvagg
published 3.6.2 •

Changelog

Source

v3.6.2 2017-06-01

  • [72afdd62cd] - build: rename copyNodeLib() to doBuild() (Liu Chao) #1206
  • [bad903ac70] - win: more robust parsing of SDK version (Refael Ackermann) #1198
  • [241752f381] - Log dist-url. (Ben Noordhuis) #1170
  • [386746c7d1] - configure: use full path in node_lib_file GYP var (Pavel Medvedev) #964
  • [0913b2dd99] - build, win: use target_arch to link with node.lib (Pavel Medvedev) #964
  • [c307b302f7] - doc: blorb about setting npm_config_OPTION_NAME (Refael Ackermann) #1185
rvagg
published 3.6.1 •

Changelog

Source

v3.6.1 2017-04-30

  • [49801716c2] - test: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) #1172
  • [a83a3801fc] - test: fix test/test-configure-python on AIX (Richard Lau) #1131
  • [8a767145c9] - gyp: Revert quote_cmd workaround (Kunal Pathak) #1153
  • [c09cf7671e] - doc: add a note for using configure on Windows (Vse Mozhet Byt) #1152
  • [da9cb5f411] - Delete superfluous .patch files. (Ben Noordhuis) #1122
rvagg
published 3.6.0 •

Changelog

Source

v3.6.0 2017-03-16

  • [ae141e1906] - win: find and setup for VS2017 (Refael Ackermann) #1130
  • [ec5fc36a80] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) #873
  • [a04ea3051a] - Add support to build node.js with chakracore. (Kunal Pathak) #873
  • [93d7fa83c8] - Upgrade semver dependency. (Ben Noordhuis) #1107
  • [ff9a6fadfd] - Update link of gyp as Google code is shutting down (Peter Dave Hello) #1061
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc