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

nw

Package Overview
Dependencies
Maintainers
3
Versions
677
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nw - npm Package Versions

1
68

0.86.0-3

Diff

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 •

ayushmxn
published 0.86.0 •

Changelog

Source

[0.86.0]

Changed

  • Fix undefined version in parsing logic.
ayushmxn
published 0.86.0-sdk •

ayushmxn
published 0.85.0-4 •

Changelog

Source

[0.85.0-4]

Added

  • Allow user to run specific binaries by specifing version, flavor, platform, arch and cacheDir options via CLI.

Changed

  • Fix run mode and remove workaround for disappearing Node manifest.

Removed

  • mac_plist and mac_icon CLI options.
ayushmxn
published 0.85.0-4-sdk •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc