New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mochawesome

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mochawesome - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

2

addContext.js

@@ -6,2 +6,2 @@ /*

module.exports = require('./dist/addContext');
module.exports = require('./src/addContext');

@@ -5,3 +5,3 @@ # mochawesome changelog

### Changed
- Drop support for Node <6
- Drop support for Node <8
- Removed Babel dependency

@@ -8,0 +8,0 @@ - Replace lodash dependency with individual modules

{
"name": "mochawesome",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "A gorgeous reporter for Mocha.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -5,3 +5,3 @@ mochawesome

Mochawesome is a custom reporter for use with the Javascript testing framework, [mocha][mocha]. It runs on Node.js (>=4) and works in conjunction with [mochawesome-report-generator][marge] to generate a standalone HTML/CSS report to helps visualize your test runs.
Mochawesome is a custom reporter for use with the Javascript testing framework, [mocha][mocha]. It runs on Node.js (>=8) and works in conjunction with [mochawesome-report-generator][marge] to generate a standalone HTML/CSS report to helps visualize your test runs.

@@ -23,3 +23,2 @@

- Offline viewing
- Support for IE9+

@@ -26,0 +25,0 @@ ## Usage

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