
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
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)
The npm package em-project-builder receives a total of 0 weekly downloads. As such, em-project-builder popularity was classified as not popular.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.