Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
em-project-builder
Advanced tools
Uninstall current nodejs
Install latest node (4.x)
Uninstall global babel (cmd)
npm uninstall -g babel
Be sure npm version is 2.x:
npm install -g npm@latest-2
Delete node_modules from project root
Open package.json and change em-project-builder version to 1.1.4 (or newer, if available):
...
"dependencies": {
"em-project-builder": "1.1.4",
...
Reinstall all required node modules:
npm install
Start the project:
gulp serve
Delete node_modules from your project root
Be sure babel isn't installed globally:
npm uninstall -g babel
Be sure you are using the latest npm v2.x (npm v3.x isn't supported!):
npm install npm@latest-2
Reinstall all required modules - run the following command while in project root dir:
npm install
FAQs
Project builder (gulp based)
We found that em-project-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
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.