Huge News!Announcing our $40M Series B led by Abstract Ventures.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 Versions

1
7

4.0.0-alpha.1

Diff

adamgruber
published 4.0.0-alpha.0 •

adamgruber
published 3.1.1 •

Changelog

Source

[3.1.1] - 2018-10-22

Changed

  • Switch from RegExp to state machine for stripping function start in cleanCode method. #257
adamgruber
published 3.1.0 •

Changelog

Source

[3.1.0] - 2018-10-17

Changed

  • Invert logic for getting test code by checking for test.body before test.fn inside cleanTest method #252
adamgruber
published 3.0.3 •

Changelog

Source

[3.0.3] - 2018-07-25

Changed

  • Reworked cleanCode regexes to handle more cases #244
adamgruber
published 3.0.2 •

Changelog

Source

[3.0.2] - 2018-01-25

Changed

  • Call stripAnsi for test/suite titles. #223 (@JoeTheFkingFrypan)
adamgruber
published 3.0.1 •

Changelog

Source

[3.0.1] - 2017-12-26

Fixed

  • Updated RegExp in cleanCode method to handle arrow functions without braces. #220
adamgruber
published 3.0.0 •

Changelog

Source

[3.0.0] - 2017-11-30

This release is in tandem with and requires mochawesome-report-generator >= 3.0.0.

Added

  • New option: html. Allows user to specify whether or not to generate the HTML report. Defaults to true.

Changed

  • BREAKING: This release features a trimmed-down data output that removes properties that are not necessary for the report generation. This change will only affect things that consume the JSON output and does not affect usage of the reporter itself.
  • Suites are now cleaned by mapping over them instead of a breadth-first traversal
  • Options handling was overhauled and greatly simplified. The reporter will only concern itself with options directly related to the reporter. All other options are passed through to the report generator as-is.
  • Updated the done function to display better output when only one or no files have been generated.

Removed

  • enableTestCode option was deprecated as of 2.0.3 and has been removed. Use enableCode instead.
adamgruber
published 2.3.1 •

Changelog

Source

[2.3.1]

Fixed

  • Fixes an issue where generator functions were not displayed properly #188 (@APshenkin)
adamgruber
published 2.3.0 •

Changelog

Source

[2.3.0]

Added

  • Added showHooks option #168
  • Support mocha's --inline-diffs option #167
  • Normalize error objects for consistent display #166
  • Bumped mochawesome-report-generator dependency to 2.2.0
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