New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nw

Package Overview
Dependencies
Maintainers
4
Versions
681
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nw - npm Package Versions

1
46
69

0.87.0-1

Diff
ayushmxn
published 0.87.0-1 •

Changelog

Source

[0.87.0-1]

Changed

  • Set default cache using __dirname 601911f

  • Pass CLI args to NW.js process. e5d6fb1

ayushmxn
published 0.87.0-1-sdk •
ayushmxn
published 0.87.0 •

Changelog

Source

[0.87.0]

Changed

  • Allow passing unknown options to nw via commander acting as parser. 466494a
ayushmxn
published 0.87.0-sdk •
ayushmxn
published 0.86.0-3 •

Changelog

Source

[0.86.0-3]

Changed

  • findpath looks for actual path and not symlink. On Windows, if user does not have Administrator privileges, symlink is not created, then findpath fails to find the file path. findpath is async with return type Promise<string> and has a secondary options argument. This is useful when you have multiple binaries. Here's an example of how to get the file path to ChromeDriver. 75a9fc0
const nwPath = await findpath('chromedriver', { flavor: 'sdk' });
ayushmxn
published 0.86.0-3-sdk •
ayushmxn
published 0.86.0-2 •

Changelog

Source

[0.86.0-2]

Changed

  • Correct default path to NW.js binary
ayushmxn
published 0.86.0-2-sdk •
ayushmxn
published 0.86.0-1 •

Changelog

Source

[0.86.0-1]

Changed

  • Fix module import.
ayushmxn
published 0.86.0-1-sdk •