
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
spacebro-client-cli
Advanced tools
Command Line Interface for connecting to a spacebro Galaxy.
$ yarn global add spacebro-client-cli
or
$ npm global add spacebro-client-cli
You can pass a custom config file as second argument like this:
$ spacebro-client my-config.json
The JSON settings looks like:
{
"clientName": "spacebro-client-CLI",
"channelName": "my-channel",
"spacebro": {
"address": "spacebro.space",
"port": 3333
}
}
$ spacebro-client
You will, then enter the spacebro-client-CLI REPL.
Try to run the help
command to see what can be done:
spacebro-client$ help
then ⏎
To quit type: exit
then ⏎
For emiting event just type emit with the name of the event and the data you want to pass:
spacebro-client$ emit hello '{"msg":"moto"}'
You can pass option to the emit
command:
--interval X eventName
: allows to emit every X
second the event,--stop eventName
: allows to stop interval emit for the event
namde eventName
So you can type: emit --interval 5 foo "{'msg':'hello'}"
to emit every 5
seconds the event foo
with parameters : {'msg':'hello'}
To stop the repetition: emit --stop foo
You can subscribe for an event. Say you want to listen for hello
, you can use subscribe
type:
spacebro-client$ subscribe hello
To remove the subscription, use unsubscribe
. Type:
spacebro-client$ unsubscribe hello
following with ⏎
For this project we use:
If you need any help to use spacebro-cli please open an issue. We will try to reply as fast as possible.
If you love the project, contribute! Just open an issue, fork, make some change and ask for a pull request.
Please follow standard-js format: https://standardjs.com/
Create a branch with the name of the feature or the fix you want to merge.
FAQs
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
The npm package spacebro-client-cli receives a total of 0 weekly downloads. As such, spacebro-client-cli popularity was classified as not popular.
We found that spacebro-client-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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.