
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.
cucumber-json-merge
Advanced tools
This work was highly based on previous work from junit-merge
npm install -g cucumber-json-merge
Or just download the repository and include it in your node_modules
directly.
Usage: cucumber-json-merge [options] <report1.json> [report2.json...]
Options:
-V, --version output the version number
-d, --dir <path> merge all results in directory
-C, --createDir create the output directory if missing
-r, --recursive pass to recursively merge all results in directory
-o, --out <mergedfile> file to output to (default: ./merged-test-results.json)
-h, --help output usage information
In case you want to run this right from within nodeJS code, you should be able to include it as a library and perform the operations you want.
cukemerge = require('cucumber-json-merge');
files = cukemerge.listJsonFiles('.', false);
merged = cukemerge.mergeFiles(files);
console.log(merged);
Feel free to submit issues and/or PRs! In lieu of a formal style guide, please follow existing styles.
You can find me on Twitter.
0.0.8
Ability to use cucumber-json-merge right from nodejs code, as a library.
FAQs
NodeJS CLI for merging Cucumber JSON test results
The npm package cucumber-json-merge receives a total of 15,917 weekly downloads. As such, cucumber-json-merge popularity was classified as popular.
We found that cucumber-json-merge 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.