Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
spec-xunit-file
Advanced tools
Mocha reporter which displays Spec output and generates xunit XML file
Mocha test reporter. Displays 'spec' reporter output to stdout and generates a xunit XML file in background.
Based upon xunit-file reporter
spec-xunit-file
> npm install --save-dev spec-xunit-file
-R
or --reporter
option> mocha -R spec-xunit-file
or
> mocha --reporter spec-xunit-file
The xunit output file is saved by default in a file called xunit.xml
in the current directory i.e. process.cwd()/xunit.xml
To override this file or location use the XUNIT_FILE
environment varrible
> XUNIT_FILE=output/xunit.xml mocha -R xunit-file
Set LOG_XUNIT environment variable, if you want the output in the console and xml file.
> LOG_XUNIT=true mocha -R xunit-file
This reporter is based on xunit-file which in-turn based on the original xunit reporter from mocha only writing the result in an xml file.
FAQs
Mocha reporter which displays Spec output and generates xunit XML file
We found that spec-xunit-file 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.