Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
igplaner-back-dev
Advanced tools
IGPlaner backend is the backend for a School System called IGPlaner.
Use the package manager npm to install igplaner-back-dev.
npm install --unsafe-perm igplaner-back-dev
npm install -g --unsafe-perm igplaner-back-dev
This package requires a mongodb installation.
If you are using systemd, you can use this script:
[Unit]
Description=IGPlaner ReSTful api.
After=network.target
[Service]
ExecStart=<installationPath>/node_modules/.bin/igplaner-dev-cli auto-start
[Install]
WantedBy=multi-user.target
!!You need to insert your installation path!!
[Unit]
Description=IGPlaner ReSTful api.
After=network.target
[Service]
ExecStart=igplaner-dev-cli auto-start
[Install]
WantedBy=multi-user.target
systemctl enable igplaner-back-dev
systemctl disable igplaner-back-dev
The package is managed by environment variables:
"PORT": "<Port of the backend, default 3000>",
"MONGODB_USER": "<User of your mongodb>",
"MONGODB_PASSWORD": "<Password of the user>",
"MONGODB_HOST": "<Mongodb host, default localhost>",
"MONGODB_PORT": "<Mongodb port, default 27017>",
"MONGODB_DB": "<Mongodb database>",
"JSON_WEB_TOKEN_KEY": "<some random string for generating json web tokens>"
<installationPath>/node_modules/.bin/igplaner-dev-cli start //starting
<installationPath>/node_modules/.bin/igplaner-dev-cli stop //stopping
igplaner-dev-cli start //starting
igplaner-dev-cli stop //stopping
sudo systemctl start igplaner-back-dev //starting
sudo systemctl stop igplaner-back-dev //stopping
sudo systemctl status igplaner-back-dev //status
or
sudo service igplaner-back-dev start //starting
sudo service igplaner-back-dev stop //stopping
sudo service igplaner-back-dev status //status
Pull requests are welcome.
FAQs
Backend for the IGPlanerx Application based on MongoDB
The npm package igplaner-back-dev receives a total of 0 weekly downloads. As such, igplaner-back-dev popularity was classified as not popular.
We found that igplaner-back-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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.