Socket
Socket
Sign inDemoInstall

mocha

Package Overview
Dependencies
77
Maintainers
3
Versions
192
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
20Next

9.1.3

Diff

Changelog

Source

9.1.3 / 2021-10-15

:bug: Fixes

  • #4769: Browser: re-enable bdd ES6 style import (@juergba)

:nut_and_bolt: Other

juergba
published 9.1.2 •

Changelog

Source

9.1.2 / 2021-09-25

:bug: Fixes

:nut_and_bolt: Other

juergba
published 9.1.1 •

Changelog

Source

9.1.1 / 2021-08-28

:bug: Fixes

juergba
published 9.1.0 •

Changelog

Source

9.1.0 / 2021-08-20

:tada: Enhancements

juergba
published 9.0.3 •

Changelog

Source

9.0.3 / 2021-07-25

:bug: Fixes

  • #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan)

  • #4688: Usage of custom interface in parallel mode (@juergba)

  • #4687: ESM: don't swallow MODULE_NOT_FOUND errors in case of type:module (@giltayar)

juergba
published 9.0.2 •

Changelog

Source

9.0.2 / 2021-07-03

:bug: Fixes

  • #4668: ESM: make --require <dir> work with new import-first loading (@giltayar)

:nut_and_bolt: Other

juergba
published 9.0.1 •

Changelog

Source

9.0.1 / 2021-06-18

:nut_and_bolt: Other

  • #4657: Browser: add separate bundle for modern browsers (@juergba)

We added a separate browser bundle mocha-es2018.js in javascript ES2018, as we skipped the transpilation down to ES5. This is an experimental step towards freezing Mocha's support of IE11.

juergba
published 9.0.0 •

Changelog

Source

9.0.0 / 2021-06-07

:boom: Breaking Changes

Mocha is going ESM-first! This means that it will now use ESM import(test_file) to load the test files, instead of the CommonJS require(test_file). This is not a problem, as import can also load most files that require does. In the rare cases where this fails, it will fallback to require(...). This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.

  • #4636: Remove deprecated utils.lookupFiles() (@juergba)

  • #4638: Limit the size of actual/expected for diff generation (@juergba)

  • #4389: Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base (@MoonSupport)

:tada: Enhancements

:bug: Fixes

:nut_and_bolt: Other

juergba
published 8.4.0 •

Changelog

Source

8.4.0 / 2021-05-07

:tada: Enhancements

:bug: Fixes

:book: Documentation

  • #4630: Add options.require to Mocha constructor for root hook plugins on parallel runs (@juergba)
  • #4617: Dynamically generating tests with top-level await and ESM test files (@juergba)
  • #4608: Update default file extensions (@outsideris)

Also thanks to @outsideris for various improvements on our GH actions workflows.

juergba
published 8.3.2 •

Changelog

Source

8.3.2 / 2021-03-12

:bug: Fixes

:book: Documentation

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc