-
Notifications
You must be signed in to change notification settings - Fork 78
Comparing changes
Open a pull request
base repository: prebuild/prebuild-install
base: db6ebe7d1a1d0f12cbc5bef54cc3d105c56a7946
head repository: prebuild/prebuild-install
compare: 8250adf958fcec6fb3ddfcd7dd5ceb0e0e29e419
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5c9a5a - Browse repository at this point
Copy the full SHA e5c9a5aView commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6efc965 - Browse repository at this point
Copy the full SHA 6efc965View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f6fb4 - Browse repository at this point
Copy the full SHA a2f6fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8acccac - Browse repository at this point
Copy the full SHA 8acccacView commit details -
Remove use of env.npm_config_argv for npm 7
Instead use npm_config_* which works as far back as npm > 0.1.7. It translates command line flags to environment variables, where: --foo becomes npm_config_foo='true' --no-foo becomes npm_config_foo='' --foo=false becomes npm_config_foo=''
Configuration menu - View commit details
-
Copy full SHA for 22175b8 - Browse repository at this point
Copy the full SHA 22175b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08eaf6d - Browse repository at this point
Copy the full SHA 08eaf6dView commit details -
Breaking: don't skip downloads in standalone mode
I.e. when running `npm install` in the working directory of a project that uses prebuild-install, you must now run a more explicit `npm install --build-from-source`. This is necessary to support npm 7, where we do not have enough information to automatically determine it and would erroneously skip downloads on normal installs.
Configuration menu - View commit details
-
Copy full SHA for b6f3b36 - Browse repository at this point
Copy the full SHA b6f3b36View commit details -
Breaking: remove --compile and --prebuild options (#131)
In favor of --build-from-source which is a common option among build tools (node-gyp-build, node-pre-gyp). The --compile option was an alias and --prebuild is the default behavior anyway.
Configuration menu - View commit details
-
Copy full SHA for 94f2492 - Browse repository at this point
Copy the full SHA 94f2492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d40ca - Browse repository at this point
Copy the full SHA 36d40caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e62565 - Browse repository at this point
Copy the full SHA 9e62565View commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 289f0de - Browse repository at this point
Copy the full SHA 289f0deView commit details
Commits on Feb 14, 2021
-
Merge pull request #143 from prebuild/fix-empty-tag-prefix
fixes empty --tag-prefix
Lars-Magnus Skog authoredFeb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 998bce3 - Browse repository at this point
Copy the full SHA 998bce3View commit details -
Lars-Magnus Skog committed
Feb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0069d33 - Browse repository at this point
Copy the full SHA 0069d33View commit details -
Lars-Magnus Skog committed
Feb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 43d581a - Browse repository at this point
Copy the full SHA 43d581aView commit details
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc4e5ea - Browse repository at this point
Copy the full SHA dc4e5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d0cee - Browse repository at this point
Copy the full SHA f6d0ceeView commit details
Commits on Apr 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8cb1ced - Browse repository at this point
Copy the full SHA 8cb1cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2950fb2 - Browse repository at this point
Copy the full SHA 2950fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3fedb - Browse repository at this point
Copy the full SHA 2e3fedbView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff6429e - Browse repository at this point
Copy the full SHA ff6429eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b772a42 - Browse repository at this point
Copy the full SHA b772a42View commit details
Commits on Apr 24, 2021
-
Support URL-safe strings in scoped packages (#148)
Marco authoredApr 24, 2021 Configuration menu - View commit details
-
Copy full SHA for db36c7a - Browse repository at this point
Copy the full SHA db36c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ff071 - Browse repository at this point
Copy the full SHA 97ff071View commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5ee1a2f - Browse repository at this point
Copy the full SHA 5ee1a2fView commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e08d75a - Browse repository at this point
Copy the full SHA e08d75aView commit details -
Lars-Magnus Skog committed
Jun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for cca87fb - Browse repository at this point
Copy the full SHA cca87fbView commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57bcc06 - Browse repository at this point
Copy the full SHA 57bcc06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a964e5b - Browse repository at this point
Copy the full SHA a964e5bView commit details -
Move auth token to header instead of query param (#160)
Github will deprecate auth via query param, so we move this to http header. Closes #121.
Configuration menu - View commit details
-
Copy full SHA for b3fad76 - Browse repository at this point
Copy the full SHA b3fad76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96c526 - Browse repository at this point
Copy the full SHA c96c526View commit details
Commits on Nov 12, 2021
-
Breaking: bump node-abi so that Electron 14+ gets correct ABI (#161)
electron/node-abi#113 was fixed in 3.3.0 and is affecting Electron 14+. With the current node-abi prebuild-install will download ABI 89 for electron 14 and 15 and then modules will fail to load as electron 14 has ABI 97 and electon 15 has ABI 98 in reality. Drops support of Node.js < 10.
Configuration menu - View commit details
-
Copy full SHA for 477f347 - Browse repository at this point
Copy the full SHA 477f347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734ae27 - Browse repository at this point
Copy the full SHA 734ae27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d53607 - Browse repository at this point
Copy the full SHA 1d53607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7468c14 - Browse repository at this point
Copy the full SHA 7468c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff4a4d8 - Browse repository at this point
Copy the full SHA ff4a4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebc076 - Browse repository at this point
Copy the full SHA 8ebc076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 542788b - Browse repository at this point
Copy the full SHA 542788bView commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d8a8c0e - Browse repository at this point
Copy the full SHA d8a8c0eView commit details
Commits on Nov 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ee70f9 - Browse repository at this point
Copy the full SHA 8ee70f9View commit details
Commits on Jan 28, 2022
-
Upgrade to the latest version of
detect-libc
(#166)Uses the Report API where available (Node.js 12+) Otherwise spawns a single child process (Node.js 8, 10)
Configuration menu - View commit details
-
Copy full SHA for f71c6b9 - Browse repository at this point
Copy the full SHA f71c6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1ed43 - Browse repository at this point
Copy the full SHA 4a1ed43View commit details
Commits on Apr 20, 2022
-
Allow setting libc to glibc on non-glibc platform (#176)
Discard libc value on non-linux platforms
Configuration menu - View commit details
-
Copy full SHA for f729abb - Browse repository at this point
Copy the full SHA f729abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5065bce - Browse repository at this point
Copy the full SHA 5065bceView commit details
Commits on May 30, 2022
-
Ensure script output can be captured by tests (#181)
Replaces temporary logfile workaround
Configuration menu - View commit details
-
Copy full SHA for d1853cb - Browse repository at this point
Copy the full SHA d1853cbView commit details
Commits on Jun 7, 2022
-
Replace use of npmlog dependency with console.error (#182)
No change to log message format or level
Configuration menu - View commit details
-
Copy full SHA for 4e2284c - Browse repository at this point
Copy the full SHA 4e2284cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8250adf - Browse repository at this point
Copy the full SHA 8250adfView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.