
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
jest-summarizing-reporter
Advanced tools
Custom reporter for jest, that only prints test result summary.
Custom reporter for Jest that only prints the summary of the test run. With diffs
option, also prints the default error messages aka diffs before the summary.
Personally I think this behaviour should not require a custom reporter, and the level of similarity between this and the default output should be proof enough.
Tested only on my windows machine with a simple pet project.
If you have any questions or suggestions contact me by e-mail.
It came to my attention (a little too late) that at least 3 packages with same functionality already exist npm search results for jest summary reporters
So if you have found this repo but it is not working out for you for some reason, check out above link.
npm i -D jest-summarizing-reporter
CLI:
jest --reporters jest-summarizing-reporter
Jest Config:
{
"reporters": ["jest-summarizing-reporter"]
}
If enabled prints jests default error explanations before the summary
{
"reporters": [
["jest-summarizing-reporter", {diffs: true}]
]
}
Default output:
When all tests pass:
Unlicense
FAQs
Custom reporter for jest, that only prints test result summary.
We found that jest-summarizing-reporter 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.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.