
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@identity-box/covid-19-api
Advanced tools
COVID-19 service access point
First create a folder where you want your service api to be installed. Then install the service as follows:
$ mkdir covid-19-api
$ cd covid-19-api
$ yarn add @identity-box/covid-19-api
$ yarn setup
To directly run the service, use:
./node_modules/.bin/covid-19-api
You can take of advantage of pm2 to start the api service. Make sure you have pm2 installed globally:
$ yarn global add pm2
and ensure it is in $PATH
:
export PATH=$PATH:/home/pi/.yarn/bin
$ pm2 start ecosystem.config.js
$ pm2 list
$ pm2 show covid-19-api
To show both stdout and stderr logs run:
$ pm2 logs covid-19-api
This shows all the logs of covid-19-api and outputs the last 15 lines (the default).
To see only standard output logs, and print more lines from the output use:
$ pm2 logs covid-19-api --out --lines 150
$ pm2 delete ecosystem.config.js
$ pm2 start ecosystem.config.js
$ ./index.js
FAQs
COVID-19 API service
We found that @identity-box/covid-19-api 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.