Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
volos-redis-manager-cli
Advanced tools
A command-line interface to the Volos Redis Management tool
A command-line interface to the Volos Redis Management tool.
The Volos tools provide a redis implementation to handle token authorisation, quotas etc. To use it, one must create developer and application accounts in the keystore. This had to be done programmatically.. until now.
Now you can create Volos credentials from the command line using this handy little tool.
npm install volos-redis-manager-cli
WARNING The tests clear out the redis database so that each test batch starts with a fresh database.
Redis must be running. If it is listening on the default port,
npm test
will run the tests. Otherwise specify the redis in the config/default.yaml
file:
apiEncryptionKey: abcdefg123456
redis-host: 127.0.0.1
redis-port: 30876
redis-db: 8
WARNING The tests clear out the redis database so that each test batch starts with a fresh database. To protect existing
data specify the redis DB to use with the REDIS_TESTDB
variable, or set the corresponsind value in the config/default.yaml
file.
You can also test against a different a127 app by specifying A127_APPROOT
, but this shouldn't make any difference -- the
specific app data is irrelevant for the tests.
Usage: [node-env options] node manage.js [options] [command]
Commands:
Command | Parameters | Description |
---|---|---|
addDev | Add a new developer account | |
getDev | [id] | Get developer account info |
delDev | [id] | Delete developer account info |
addApp | Add a new Application | |
getDevApp | [email] [appName] | Get an application based on user email and Application name |
Options:
Short | Long | Description |
---|---|---|
-h | --help | output usage information |
-V | --version | output the version number |
All parameters following the commands are optional. If they are omitted, the user will be prompted to supply the data.
If you are not running the module from your swagger app's root directory, you can specify it with the A127_ROOT
environment
variable.
FAQs
A command-line interface to the Volos Redis Management tool
The npm package volos-redis-manager-cli receives a total of 0 weekly downloads. As such, volos-redis-manager-cli popularity was classified as not popular.
We found that volos-redis-manager-cli 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.