
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.
Plays your code, slowly. Useful for recording software demos or closely watching Selenium user interface tests run.
Can slow jam JavaScript, CoffeeScript, and Literate CoffeeScript.
Simple API. Load and play -- that's all you need to know!
Open source. (MIT License)
npm install slowjam
npm install -g slowjam
slowjam = require('slowjam')
jam = new slowjam.SlowJam()
jam.load('/path/to/slowjam-worthy-code.js')
jam.play()
slowjam = require('slowjam')
jam = new slowjam.SlowJam({'slowness':2000, 'log':true})
jam.load('/path/to/slowjam-worthy-code.js')
jam.play()
slowjam /path/to/slowjam-worthy-code.js
By default, a one second delay is added between each statement.
> jam.slowness = 1000 // 1000 milliseconds, or 1 second
You can speed up the jam by reducing the slowness.
> jam.slowness = 500 // 500 milliseconds, or 0.5 seconds
Or slow your jam way down...
> jam.slowness = 5000 // 5000 milliseconds, or 5 seconds
By default, slowjam does not log the statement about to be run to stdout.
> jam.log = false
But you can turn that on.
> jam.log = true
FAQs
Plays your code, slowly.
The npm package slowjam receives a total of 0 weekly downloads. As such, slowjam popularity was classified as not popular.
We found that slowjam 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.