Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-html-reporter - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

@@ -121,2 +121,4 @@ const path = require('path');

.catch(error => console.log('\x1b[31m', `jest-html-reporter [error] >> ${error}`));
// Return the results as required by Jest
return testResult
};

7

package.json
{
"name": "jest-html-reporter",
"version": "0.3.0",
"version": "0.3.1",
"description": "Jest test results processor for generating a summary in HTML",

@@ -17,3 +17,3 @@ "main": "index.js",

"reporter",
"report",
"report",
"plugin"

@@ -34,3 +34,6 @@ ],

"jest": "19.x || 20.x"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc