
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
node-webkit-builds
Advanced tools
Module that keeps a listing of all the node-webkit builds and respective download links
Easy node-webkit version dependency control.
node-webkit-builds
allows you to easily control the dependency for node-webkit. The module version is always in sync with the version of node-webkit, allowing you to declare the version of node-webkit in which you depend on.
This module provides you:
Start by installing the module using npm install node-webkit-builds
. Refer to npm for details on how to install a specific version of the module.
var nwb = require('node-webkit-builds');
console.log('version:', nwb.version);
console.log('release notes:', nwb.releaseNotes);
console.log('linux32:', nwb.builds.linux32);
console.log('linux64:', nwb.builds.linux64);
console.log('win32:', nwb.builds.win32);
console.log('mac32:', nwb.builds.mac32);
In case you ever need to update this package manually, install automaton (npm install -g automaton
) and run automaton tasks/update.autofile.js
. This will automatically look for new versions of the build, and update the module if necessary.
FAQs
Module that keeps a listing of all the node-webkit builds and respective download links
We found that node-webkit-builds demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.