
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.
@hume/app-ws
Advanced tools
Websockets service application abstraction to decrease the load in the HTTP APIs for common read only requests.
Websockets service application abstraction to decrease the load in the HTTP APIs for common read only requests.
For now it keeps an updated cache in memory of the needed data. All the connected clients will receive an update of the requested one in an interval.
:coffee: Install Node.js v8 and then:
npm i @hume/app-ws
:pencil: Please visit the the example.
Two query parameters are supported:
token
(string) - Mandatory, see the last point of this document.filter
(string) - To serve only the the contend under one key of the cache. (default: null)Please visit the example.
:eyes: Full specification.
app.start(cache, token, apm) -> null
Start the LoopBack app.
cache
(async function) - Method to get the data to serve.token
(string) - For now we only need basic auth to avoid automated scrappers. If not passed auth is disabled. (default: null)apm
(object) - Elastic APM express.js agent instance (already started).async app.stop() -> null
Stop the websocket service, useful in tests.
FAQs
Websockets service application abstraction to decrease the load in the HTTP APIs for common read only requests.
We found that @hume/app-ws demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
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.