
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
release-server
Advanced tools
It's a static server that keeps manifest and last app releases. Releases of nwjs app are built with 'nw-builder' (as example), the structure of builds is next: * macos - %APPNAME%.app (compressed *.app file for release); * win/linux - %FOLDER_NAME% with b
It's a static server that keeps manifest and last app releases. Releases of nwjs app are built with 'nw-builder' (as example), the structure of builds is next:
Updater during update process will create backup of your current application, for macos in the same folder %APPNAME%.app.bak will be created, on win/linux it will create %FOLDER_NAME%.bak in the folder with application folder %FOLDER_NAME%.
{
version: "1.0.1", // nw-autoupdater compares this version with the local app manifest
packages: { // map of available releases
"linux64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-linux-x64.zip",
"size": 102680557
},
"win64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-win-x64.zip",
"size": 102680557
},
"mac64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-mac-x64.tar.gz",
"size": 102680557
}
}
}
npm start
Besides serving static files (releases) the server watches for changes in releases directory.
When new file arrives, it tries automatically update package.json
packages field of the manifest based on actual content of `release directorynpm run update
FAQs
It's a static server that keeps manifest and last app releases. Releases of nwjs app are built with 'nw-builder' (as example), the structure of builds is next: * macos - %APPNAME%.app (compressed *.app file for release); * win/linux - %FOLDER_NAME% with b
We found that release-server 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.