
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
edge-info-server
Advanced tools
Install Yarn
https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/
Install Node
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
Run Yarn
yarn
Install and run CouchDB v3.1 (use apt install process for Ubuntu 18.04)
https://docs.couchdb.org/en/3.1.0/install/index.html
node lib/indexInfo.js
node lib/infoEngines.js
Install pm2 globally
sudo npm install pm2 -g
Install pm2 log rotation (note: the command is pm2 instead of npm)
sudo pm2 install pm2-logrotate
Run as standard user
pm2 start pm2.json
Control pm2
pm2 stop infoServer
pm2 restart infoServer
pm2 delete infoServer
pm2 stop infoEngine
pm2 restart infoEngine
pm2 delete infoEngine
Launch pm2 on restart
pm2 startup
pm2 save
pm2 monit
pm2 logs <infoServer|infoEngine|'all'>
Please see our Caddy setup documentation for details.
FAQs
Info Server for Edge Wallet and SDK
The npm package edge-info-server receives a total of 35 weekly downloads. As such, edge-info-server popularity was classified as not popular.
We found that edge-info-server demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.