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
Previous1245
15Next

5.1.1

Diff

Changelog

Source

v5.1.1 2020-05-25

rvagg
published 5.1.0 •

Changelog

Source

v5.1.0 2020-02-05

  • [f37a8b40d0] - doc: add GitHub Actions badge (#1994) (Rod Vagg) #1994
  • [cb3f6aae5e] - doc: update macOS_Catalina.md (#1992) (James Home) #1992
  • [0607596a4c] - doc: fix typo in README.md (#1985) (Suraneti Rodsuwan) #1985
  • [0d5a415a14] - doc: add travis badge (Rod Vagg) #1971
  • [103740cd95] - gyp: list(dict) so we can del dict(key) while iterating (Christian Clauss) #2009
  • [278dcddbdd] - lib: ignore VS instances that cause COMExceptions (Andrew Casey) #2018
  • [1694907bbf] - lib: compatibility with semver ≥ 7 (new for semver.Range) (Xavier Guimard) #2006
  • [a3f1143514] - (SEMVER-MINOR) lib: noproxy support, match proxy detection to request (Matias Lopez) #1978
  • [52365819c7] - test: remove old docker test harness (#1993) (Rod Vagg) #1993
  • [bc509c511d] - test: add Windows to GitHub Actions testing (#1996) (Christian Clauss) #1996
  • [91ee26dd48] - test: fix typo in header download test (#2001) (Richard Lau) #2001
  • [0923f344c9] - test: direct python invocation & simpler pyenv (Matias Lopez) #1979
  • [32c8744b34] - test: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) #1979
  • [fd4b1351e4] - test: initial Github Actions with Ubuntu & macOS (Christian Clauss) #1985
rvagg
published 6.1.0 •

Changelog

Source

v6.1.0 2020-01-08

  • [9a7dd16b76] - doc: remove backticks from Python version list (Rod Vagg) #2011
  • [26cd6eaea6] - doc: add GitHub Actions badge (#1994) (Rod Vagg) #1994
  • [312c12ef4f] - doc: update macOS_Catalina.md (#1992) (James Home) #1992
  • [f7b6b6b77b] - doc: fix typo in README.md (#1985) (Suraneti Rodsuwan) #1985
  • [6b8f2652dd] - doc: add travis badge (Rod Vagg) #1971
  • [20aa0b44f7] - doc: macOS Catalina add two commands (Christian Clauss) #1962
  • [14f2a07a39] - gyp: list(dict) so we can del dict(key) while iterating (Christian Clauss) #2009
  • [f242ce4d2c] - lib: compatibility with semver ≥ 7 (new for semver.Range) (Xavier Guimard) #2006
  • [3bcba2a01a] - (SEMVER-MINOR) lib: noproxy support, match proxy detection to request (Matias Lopez) #1978
  • [470cc2178e] - test: remove old docker test harness (#1993) (Rod Vagg) #1993
  • [31ecc8421d] - test: add Windows to GitHub Actions testing (#1996) (Christian Clauss) #1996
  • [5a729e86ee] - test: fix typo in header download test (#2001) (Richard Lau) #2001
  • [345c70e56d] - test: direct python invocation & simpler pyenv (Matias Lopez) #1979
  • [d6a7e0e1fb] - test: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) #1979
  • [5a64e9bd32] - test: initial Github Actions with Ubuntu & macOS (Christian Clauss) #1985
  • [04da736d38] - test: fix Python unittests (cclauss) #1961
  • [0670e5189d] - test: add header download test (Rod Vagg) #1796
  • [c506a6a150] - test: configure proper devDir for invoking configure() (Rod Vagg) #1796
rvagg
published 5.0.7 •

Changelog

Source

v5.0.7 2019-12-16

Republish of v5.0.6 with unnecessary tarball removed from pack file.

rvagg
published 5.0.6 •

Changelog

Source

v5.0.6 2019-12-16

  • [cdec00286f] - doc: adjustments to the README.md for new users (Dan Pike) #1919
  • [b7c8233ef2] - test: fix Python unittests (cclauss) #1961
  • [e12b00ab0a] - doc: macOS Catalina add two commands (Christian Clauss) #1962
  • [70b9890c0d] - test: add header download test (Rod Vagg) #1796
  • [4029fa8629] - test: configure proper devDir for invoking configure() (Rod Vagg) #1796
  • [fe8b02cc8b] - doc: add macOS_Catalina.md document (cclauss) #1940
  • [8ea47ce365] - gyp: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) #1925
  • [c7229716ba] - gyp: iteritems() -> items() in compile_commands_json.py (cclauss) #1947
  • [2a18b2a0f8] - gyp: make cmake python3 compatible (gengjiawen) #1944
  • [70f391e844] - gyp: fix TypeError in XcodeVersion() (Christian Clauss) #1939
  • [9f4f0fa34e] - gyp: finish decode stdout on Python 3 (Christian Clauss) #1937
  • [7cf507906d] - src,win: allow 403 errors for arm64 node.lib (Richard Lau) #1934
  • [ad0d182c01] - deps: update deps to roughly match current npm@6 (Rod Vagg) #1920
  • [1553081ed6] - test: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) #1923
  • [0705cae9aa] - travis: ignore failed brew upgrade npm, update xcode (Christian Clauss) #1932
  • [7bfdb6f5bf] - build: avoid bare exceptions in xcode_emulation.py (Christian Clauss) #1932
  • [7edf7658fa] - lib,install: always download SHA sums on Windows (Sam Hughes) #1926
  • [69056d04fe] - travis: add Windows + Python 3.8 to the mix (Rod Vagg) #1921
rvagg
published 6.0.1 •

Changelog

Source

v6.0.1 2019-11-01

  • [8ec2e681d5] - doc: add macOS_Catalina.md document (cclauss) #1940
  • [1b11be63cc] - gyp: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) #1925
  • [c0282daa48] - gyp: iteritems() -> items() in compile_commands_json.py (cclauss) #1947
  • [d8e09a1b6a] - gyp: make cmake python3 compatible (gengjiawen) #1944
  • [9c0f3404f0] - gyp: fix TypeError in XcodeVersion() (Christian Clauss) #1939
  • [bb2eb72a3f] - gyp: finish decode stdout on Python 3 (Christian Clauss) #1937
  • [f0693413d9] - src,win: allow 403 errors for arm64 node.lib (Richard Lau) #1934
  • [c60c22de58] - deps: update deps to roughly match current npm@6 (Rod Vagg) #1920
  • [b91718eefc] - test: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) #1923
  • [3538a317b6] - doc: adjustments to the README.md for new users (Dan Pike) #1919
  • [4fff8458c0] - travis: ignore failed brew upgrade npm, update xcode (Christian Clauss) #1932
  • [60e4488f08] - build: avoid bare exceptions in xcode_emulation.py (Christian Clauss) #1932
  • [032db2a2d0] - lib,install: always download SHA sums on Windows (Sam Hughes) #1926
  • [5a83630c33] - travis: add Windows + Python 3.8 to the mix (Rod Vagg) #1921
rvagg
published 6.0.0 •

Changelog

Source

v6.0.0 2019-10-04

  • [dd0e97ef0b] - (SEMVER-MAJOR) lib: try to find python after python3 (Sam Roberts) #1907
  • [f60ed47d14] - travis: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) #1903
  • [c763ca1838] - (SEMVER-MAJOR) doc: Declare that node-gyp is Python 3 compatible (cclauss) #1811
  • [3d1c60ab81] - (SEMVER-MAJOR) lib: accept Python 3 by default (João Reis) #1844
  • [c6e3b65a23] - (SEMVER-MAJOR) lib: raise the minimum Python version from 2.6 to 2.7 (cclauss) #1818
rvagg
published 5.0.5 •

Changelog

Source

v5.0.5 2019-10-04

rvagg
published 5.0.4 •

Changelog

Source

v5.0.4 2019-09-27

  • [1236869ffc] - gyp: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "1000" (Christian Clauss) #1895
  • [36638afe48] - gyp: more decode stdout on Python 3 (cclauss) #1894
  • [f753c167c5] - gyp: decode stdout on Python 3 (cclauss) #1890
  • [60a4083523] - doc: update xcode install instructions to match Node's BUILDING (Nhan Khong) #1884
  • [19dbc9ac32] - deps: update tar to 4.4.12 (Matheus Marchini) #1889
  • [5f3ed92181] - bin: fix the usage instructions (Halit Ogunc) #1888
  • [aab118edf1] - lib: adding keep-alive header to download requests (Milad Farazmand) #1863
  • [1186e89326] - lib: ignore non-critical os.userInfo() failures (Rod Vagg) #1835
  • [785e527c3d] - doc: fix missing argument for setting python path (lagorsse) #1802
  • [a97615196c] - gyp: rm semicolons (Python != JavaScript) (MattIPv4) #1858
  • [06019bac24] - gyp: assorted typo fixes (XhmikosR) #1853
  • [3f4972c1ca] - gyp: use "is" when comparing to None (Vladyslav Burzakovskyy) #1860
  • [1cb4708073] - src,win: improve unmanaged handling (Peter Sabath) #1852
  • [5553cd910e] - gyp: improve Windows+Cygwin compatibility (Jose Quijada) #1817
  • [8bcb1fbb43] - gyp: Python 3 Windows fixes (João Reis) #1843
  • [2e24d0a326] - test: accept Python 3 in test-find-python.js (João Reis) #1843
  • [1267b4dc1c] - build: add test run Python 3.7 on macOS (Christian Clauss) #1843
  • [da1b031aa3] - build: import StringIO on Python 2 and Python 3 (Christian Clauss) #1836
  • [fa0ed4aa42] - build: more Python 3 compat, replace compile with ast (cclauss) #1820
  • [18d5c7c9d0] - win,src: update win_delay_load_hook.cc to work with /clr (Ivan Petrovic) #1819
rvagg
published 5.0.3 •

Changelog

Source

v5.0.3 2019-07-17

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