
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.
@fnndsc/chrisstoreapi
Advanced tools
[](https://travis-ci.org/FNNDSC/fnndsc)
JavaScript6 client for the ChRIS Store REST API.
npm i @fnndsc/chrisstoreapi
If you have a ChRIS store server up and running (eg. as explained below) then you can test the API in your Javascript code.
For more information visit the API documentation
These preconditions are only necessary to be able to test the client against an actual instance of a ChRIS Store server both during development and for the automated tests.
Docker 18.06.0+
Docker Compose 1.27.0+
Ubuntu 18.04+ and MAC OS X 10.14+
docker
groupOpen a terminal and run the following commands in any working directory:
$> git clone https://github.com/FNNDSC/ChRIS_store.git
$> cd ChRIS_store
$> ./make.sh up
Check that all the services are up:
$> docker-compose -f docker-compose_dev.yml ps
Using curl:
curl http://localhost:8010/api/v1/
Using HTTPie REST API client:
http http://localhost:8010/api/v1/
You can later remove all the backend containers and release storage volumes with:
$ cd ChRIS_store
$ ./make.sh down
Open a terminal in the directory of this README file
Install dependencies
$> yarn install
Start tests in watch mode (used for developing)
$> yarn start
Start test in single run mode (used by Travis CI
)
$> yarn test
Compile library to standalone bundle
$> yarn build
Generate source code documentation
$> yarn docs
FAQs
[](https://app.travis-ci.com/FNNDSC/fnndsc)
We found that @fnndsc/chrisstoreapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
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.