Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A simple command line utility to easily launch NW.js apps during development. A single call to nwjr
opens your app right from the command line, with minimal, one-time setup. Compatible with Windows, Linux and Mac.
When starting development on an NW.js app, follow the instructions below as step 1. It is meant to be a replacement for all of this, regardless of platform.
Currently only tested on Windows and Mac. If you have verified that it works on Linux, please contact me @Antrikshy. PRs with fixes are welcome. When Linux compatibility is confirmed, this message will disappear.
Contact: @Antrikshy for any bugs or suggestions.
nwjr is an alternative to downloading NW.js and running it manually.
Install using
npm install nwjr
nwjr requires a one-time setup. It needs to be fed NW.js executable files that it will then use to run your app. Head over to nwjs.io and download NW.js for your platform. Unpack it (from the .zip or .tar.gz that it comes in) and run the setup command
nwjr -s /path/to/unpacked/folder
The folder in this argument should be the one that now contains the executables. Once nwjr accepts the NW.js files, you are free to delete the folder.
After completing setup, you can run
nwjr /path/to/app
Simply pass in the path to your app's folder, which contains the package.json
. This means that you can also navigate to your app's directory and run nwjr .
.
You can update to newer versions of NW.js by simply downloading the newer version, unpacking it and running the setup script again.
Feel free to contribute to this project. Even the smallest of contributions are appreciated. Things to consider:
FAQs
A simple command line utility to launch NW.js apps during development.
The npm package nwjr receives a total of 0 weekly downloads. As such, nwjr popularity was classified as not popular.
We found that nwjr demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.