Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@acalcutt/node-pre-gyp-github
Advanced tools
A node-pre-gyp module which provides the ability to publish to GitHub releases.
Instead of node-pre-gyp publish
use node-pre-gyp-github publish
--silent : Turns verbose messages off.
--release : Publish the GitHub Release immediately instead of creating a Draft.
For Ex. node-pre-gyp-github publish --release
npm install -g node-pre-gyp-github
# or
yarn global add node-pre-gyp-github
This module is intended to be used with node-pre-gyp. Therefore, be sure to configure and install node-pre-gyp first. After having done that, within package.json
update the binary
properties host
and remote_path
so it matches the following format:
"host": "https://github.com/[owner]/[repo]/releases/download/",
"remote_path": "{version}"
Be sure to replace [owner]
, [repo]
, with actual values,
but DO NOT replace {version}
with actual version.
WARNING: Variable substitutions are not supported on the host
property and on the remote_path
only {version}
placeholder is supported. The value of remote_path
after substitution will become a release tag name. Do not use forbidden git tag characters for version
and remote_path
properties.
Within GitHub, create a new authorization:
Settings
-> Developer settings
Personal access tokens
Generate new token
public_repo
and repo_deployment
NODE_PRE_GYP_GITHUB_TOKEN
environment variable to it. Within your command prompt:SET NODE_PRE_GYP_GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
FAQs
A node-pre-gyp module which provides the ability to publish to GitHub releases.
The npm package @acalcutt/node-pre-gyp-github receives a total of 765 weekly downloads. As such, @acalcutt/node-pre-gyp-github popularity was classified as not popular.
We found that @acalcutt/node-pre-gyp-github demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.