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.
generator-phaser3-parcel
Advanced tools
A Yeoman generator for Phaser 3 projects, using Parcel as a bundler. It features ES6, eslint config and a basic project skeleton with a loading screen.
A Yeoman generator for a Phaser 3 project, with Parcel as bundler. It features ES6, eslint config, and a basic project skeleton with a loading screen.
You need to install globally both Yeoman client and this generator:
npm install -g yo
npm install -g generator-phaser3-parcel
Then, run the generator with:
yo phaser3-parcel
After you answer some questions about the game you want to make, the following project structure will be created:
.
├── README.md
├── package.json
└── src
├── assets
│ ├── audio
│ └── images
│ ├── character.png
│ └── loading-bar.png
├── index.html
├── main.js
├── prefabs
├── scenes
│ ├── loading-scene.js
│ └── main-scene.js
└── utils
└── constants.js
Install the dependencies with your favourite package manager. For example:
npm install
You can run a development build with:
npm start
Once your game is ready to go, run a production build with:
npm run build
Happy coding! ✨🕹✨
See LICENSE
for details.
FAQs
A Yeoman generator for Phaser 3 projects, using Parcel as a bundler. It features ES6, eslint config and a basic project skeleton with a loading screen.
The npm package generator-phaser3-parcel receives a total of 0 weekly downloads. As such, generator-phaser3-parcel popularity was classified as not popular.
We found that generator-phaser3-parcel 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.