Socket
Book a DemoInstallSign in
Socket

node-webkit-builds

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webkit-builds

Module that keeps a listing of all the node-webkit builds and respective download links

latest
Source
npmnpm
Version
0.9.2
Version published
Maintainers
2
Created
Source

node-webkit-builds Build Status

Easy node-webkit version dependency control.

What is it?

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:

  • URL to OS builds
    • linux32
    • linux64
    • win32
    • mac32
  • URL of the release notes

Usage

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);

Updating the module

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.

Keywords

node-webkit

FAQs

Package last updated on 25 Feb 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.