Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
impact-worldmaster
Advanced tools
#node-impact
To be clear, this node module is actually a full boilerplate.
First, after running npm install impact-worldmaster
, you'll now have your node_modules, and within that, the impact worldmaster folder.
the files within the impact worldmaster filder? That's your project root. You can copy these and put them elsewhere, or just work right out of this folder. Nontheless, this is your project root for the game. You can ignore all the preceding directories.
Now, You'll need to provide the following:
src/public/lib/impact
This is the actual impact game folder, that you must have purchased
src/public/lib/weltmeister
Same with this - its the weltmeister folder, just paste it right in, you should own this.
src/public/weltmeister.html
And the weltmeister point of entry. Add this. You can locally access it by going to localhost:port/weltmeister
once you are running.
If necessary, run npm install.
The weltmeister/config.js might still be pointing to old php files. You don't want this. Make sure you're calling the right node routes for everything now, you no longer need the .php extensions! Edit this in the config file in the /weltmeister folder you added to the project.
'api': {
'save': '/worldmaster/save',
'browse': '/worldmaster/browse',
'glob': '/worldmaster/glob'
}
--
At the root of the project, you can run npm start
and it should start running on he default port.
Instead of the ususal php backend, it will use the node code in this boilerplate.
You might also note there is no tools folder. This will be eventually replaced with gulp.
/
should go to the "it works" screen. This is your game.
/weltmesiter.html
will take you, as expected to the world editor.
Have fun.
FAQs
node and weltmeister (http://impactjs.com)
We found that impact-worldmaster 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 researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.