
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.
coffeebreak
Advanced tools
CoffeeBreak is an extensive testrunner UI for javascript unit tests using mocha. Runs backend tests for node.js and frontend tests as well.
npm install -g coffeebreak
$ coffeebreak [options]
-h, --help output usage information
-V, --version output the version number
-d, --dev Run in debug mode
-q, --logRequests Log requests and response
-p, --port <port> Set server port
-c, --coverage Enable code coverage
-r , --project <project> Run only <project>
-i , --diff <match> Test title must match <match>
A CoffeeBreak project is a folder with a coffeebreak.json file This file tells CoffeeBreak where all your files and test are stored.
Create a coffeebreak.json
file in your project root.
{
"project": "Project Name",
"browser": true,
"files": ["src/**/*.js"],
"tests": ["tests/**/*.spec.js"]
}
project - Sets a test project name.
browser - Tells the testrunner that Javascript tests should be handeled as frontend tests.
files - Path to required source files
tests - Path to your spec files
watch - Watch this files for changes. If this property isn't set, all files from the files
and `tests' properties are watched for changes
FAQs
Test runner for Mocha
The npm package coffeebreak receives a total of 0 weekly downloads. As such, coffeebreak popularity was classified as not popular.
We found that coffeebreak 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.