
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
em-project-dev
Advanced tools
This build system speeds up local development - any change under 5 seconds, and makes dist build for dev/stage/prod
uninstall webpack and webpack-dev-server from global!!!
sudo npm -g uninstall webpack webpack-dev-server
*in ubo-frontend project*
package.json:(dependencies)
replace
em-project-builder
with
"em-project-dev": "1.0.2"
Gulpfile.js:
replace
require('em-project-builder')
with
require('em-project-dev')
rm -rf node_modules
npm install
bower install
cex install
copy the following files over existing ones
cp defaults/package.json -> ubo-frontend/package.json
cp defaults/Gulpfile.js -> ubo-frontend/Gulpfile.js
then run :
gulp --env=dev serve
gulp build --env=prod && docker build -t ubo . && docker run -p 9000:80 ubo
gulp serve:dist --env=dev -> minifies files and run wds
gulp serve:dist-no-min --env=dev -> does not minify js files (like stage build, just concat)
FAQs
Project builder (gulp based)
The npm package em-project-dev receives a total of 1 weekly downloads. As such, em-project-dev popularity was classified as not popular.
We found that em-project-dev 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.