
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@bam.tech/jest-junit-reports-merger
Advanced tools
Given a directory containing multiple JUnit XML reports, this tool will merge them into a single report.
Other tools exist that can merge JUnit XML reports, but they were loosing the suite name and merging everything in the same suite. This tool will merge the reports and introduce and intermediate suite for each report.
The code of the other solution were also hard to test and maintain (no typescript).
To use this tool, you must have Node installed. Then, you can run the following commands:
(1) Install dependencies
pnpm i @bam.tech/jest-junit-reports-merger # or npm i
(2) Run the tool
jjrm -o <output> <blob>
Feel free to contribute to this project by opening issues or pull requests. To run the tests, you can use the following command:
pnpm test # or npm test
FAQs
Merge multiple JUnit reports into one
The npm package @bam.tech/jest-junit-reports-merger receives a total of 0 weekly downloads. As such, @bam.tech/jest-junit-reports-merger popularity was classified as not popular.
We found that @bam.tech/jest-junit-reports-merger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.