
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.
nodegamesjs-forge
Advanced tools
This is a cli tool to package nodegames games to an executable for the platforms of your choice.
You're suposed to use this tool with Nodegames
You'll need to have node.js and npm installed on your device and an internet connection to use this tool, then run in a terminal:
npm install -g nodegamesjs-forge
To update the tool, run in a terminal:
npm update -g nodegamesjs-forge
This packages your game to executable(s) but it packages those with node.js 12.0.0 because nexe doesn't support newer node.js versions yet and this tool uses nexe to package your games easily. This doesn't apply if you use the --build flag as it will package with your current node.js version.
To package a nodegames game to executables for 64bit devices, run in the root directory of your game:
nodegamesjs-forge
This will create a directory called output with an executable for linux, one for windows and another for macos all for 64bits devices. However if you want to create executables for 32bit devices, run:
nodegamesjs-forge x86
This will create a directory called output with an executable for linux, one for windows and another for macos all for 32bits devices. There are multiple ways to use the command to do those 2 actions, you can see them by running:
nodegamesjs-forge --help
You can also run the command with the --build argument which will create a directory called build and create an executable that works for your machine (can take 30+min)
nodegamesjs-forge --build
You can visit the github page
If you find any bugs, please report them here
FAQs
This is a cli tool to package nodegames games to an executable for the platforms of your choice.
We found that nodegamesjs-forge 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.