
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
karma-nwjs-phoenix-launcher
Advanced tools
A Karma plugin. Launcher for node-webkit builds provided by nwjs-builder-phoenix
Launcher for NWJS, that uses nwjs-builder-phoenix to provide the NW.js builds
This launcher is forked from karma-nwjs-launcher and updated to use nwjs-builder-phoenix.
The main difference between this launcher and other NW.js Karma launchers is that this launcher does not bind to a particular build/version of NW.js. It is up to the project to configure (via nwjs-builder-phoenix) the build to use.
The easiest way is to keep karma-nwjs-phoenix-launcher as a devDependency in your package.json.
{
"devDependencies": {
"karma": "~0.10",
"karma-nwjs-phoenix-launcher": "0.1.0"
}
}
You can do it on the command line by:
npm install karma-nwjs-phoenix-launcher --save-dev
// karma.conf.js
module.exports = function(config) {
// browsers: [ "debug" ],
browsers: [ "NWJS" ],
NWJS: {
copy: {
base: projectRoot,
items: [ "xxx/src/config" ]
}
}
/*
* Using custom launchers, different flags can be appended to the nwjs cmd
* to customise the behaviour
*/
customLaunchers: {
"debug": {
base: "NWJS",
flags: [ "--remote-debugging-port=9229" ]
}
}
};
FAQs
A Karma plugin. Launcher for node-webkit builds provided by nwjs-builder-phoenix
The npm package karma-nwjs-phoenix-launcher receives a total of 2 weekly downloads. As such, karma-nwjs-phoenix-launcher popularity was classified as not popular.
We found that karma-nwjs-phoenix-launcher 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
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.