Js-mocha

Latest version: v2.2.5

Safety actively analyzes 629306 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 22

2.4.3

- [2078] - Fix broken IE8 ([boneskull])

[2078]: https://github.com/mochajs/mocha/issues/2078

2.4.2

- [2053] - Fix web worker compatibility ([mislav])
- [2072] - Fix Windows color output ([thedark1337])
- [2073] - Fix colors in `progress` and `landing` reporters ([gyandeeps])

[2053]: https://github.com/mochajs/mocha/pull/2053
[2072]: https://github.com/mochajs/mocha/pull/2072
[2073]: https://github.com/mochajs/mocha/pull/2073
[gyandeeps]: https://github.com/gyandeeps
[thedark1337]: https://github.com/thedark1337

2.4.1

- [2067] - Fix HTML/doc reporter regressions ([danielstjules])

[2067]: https://github.com/mochajs/mocha/pull/2067

2.4.0

- [1945] - Correctly skip tests when skipping in suite's before() ([ryanshawty])
- [2056] - chore(license): update license year to 2016 ([pra85])
- [2048] - Fix `this.skip` from spec with HTML reporter ([mislav])
- [2033] - Update tests for newer versions of should.js ([tomhughes])
- [2037] - Fix for memory leak caused by referenced to deferred test ([bd82])
- [2038] - Also run Travis-CI on node.js 4 & 5 ([bd82])
- [2028] - Remove reference to test before afterAll hook runs ([stonelgh])
- Bump mkdirp to 0.5.1 to support strict mode ([danielstjules])
- [1977] - safely stringify PhantomJS undefined value ([ahamid])
- Add the ability to retry tests ([longlho])
- [1982] - Enable --log-timer-events option [Alaneor]
- Fix 1980: Load mocha.opts from bin/mocha and bin/_mocha ([danielstjules])
- [1976] - Simplify function call ([iclanzan])
- [1963] - Add support --perf-basic-prof ([robraux])
- [1981] - Fix HTML reporter handling of done and exceptions ([Standard8])
- [1993] - propagate "file" property for "exports" interface ([segrey])
- [1999] - Add support for strict mode ([tmont])
- [2005] - XUnit Reporter Writes to stdout, falls back to console.log ([jonnyreeves])
- [2021] - Fix non ES5 compliant regexp ([zetaben])
- [1965] - Don't double install BDD UI ([cowboyd])
- [1995] - Make sure the xunit output dir exists before writing to it ([ianwremmel])
- Use chalk for the base reporter colors; closes 1200 ([boneskull])
- Fix requiring custom interfaces ([jgkim])
- [1967] Silence Bluebird js warnings ([krisr])

[1945]: https://github.com/mochajs/mocha/pull/1945
[2056]: https://github.com/mochajs/mocha/pull/2056
[2048]: https://github.com/mochajs/mocha/pull/2048
[2033]: https://github.com/mochajs/mocha/pull/2033
[2037]: https://github.com/mochajs/mocha/pull/2037
[2038]: https://github.com/mochajs/mocha/pull/2038
[2028]: https://github.com/mochajs/mocha/pull/2028
[1977]: https://github.com/mochajs/mocha/pull/1977
[1982]: https://github.com/mochajs/mocha/pull/1982
[1976]: https://github.com/mochajs/mocha/pull/1976
[1963]: https://github.com/mochajs/mocha/pull/1963
[1981]: https://github.com/mochajs/mocha/pull/1981
[1993]: https://github.com/mochajs/mocha/pull/1993
[1999]: https://github.com/mochajs/mocha/pull/1999
[2005]: https://github.com/mochajs/mocha/pull/2005
[2021]: https://github.com/mochajs/mocha/pull/2021
[1965]: https://github.com/mochajs/mocha/pull/1965
[1995]: https://github.com/mochajs/mocha/pull/1995
[1967]: https://github.com/mochajs/mocha/pull/1967
[ryanshawty]: https://github.com/ryanshawty
[pra85]: https://github.com/pra85
[mislav]: https://github.com/mislav
[tomhughes]: https://github.com/tomhughes
[bd82]: https://github.com/bd82
[stonelgh]: https://github.com/stonelgh
[danielstjules]: https://github.com/danielstjules
[ahamid]: https://github.com/ahamid
[longlho]: https://github.com/longlho
[Alaneor]: https://github.com/Alaneor
[iclanzan]: https://github.com/iclanzan
[robraux]: https://github.com/robraux
[Standard8]: https://github.com/Standard8
[segrey]: https://github.com/segrey
[tmont]: https://github.com/tmont
[jonnyreeves]: https://github.com/jonnyreeves
[zetaben]: https://github.com/zetaben
[cowboyd]: https://github.com/cowboyd
[ianwremmel]: https://github.com/ianwremmel
[boneskull]: https://github.com/boneskull
[jgkim]: https://github.com/jgkim
[krisr]: https://github.com/krisr

2.3.4

- Update debug dependency to 2.2.0
- remove duplication of mocha.opts on process.argv
- Fix typo in test/reporters/nyan.js

2.3.3

- [1875] - Fix Markdown reporter exceeds maximum call stack size ([danielstjules])
- [1864] - Fix xunit missing output with --reporter-options output ([danielstjules])
- [1846] - Support all harmony flags ([danielstjules])
- Fix fragile xunit reporter spec ([danielstjules])
- [1669] - Fix catch uncaught errors outside test suite execution ([danielstjules])
- [1868] - Revert jade to support npm < v1.3.7 ([danielstjules])
- [1766] - Don't remove modules/components from stack trace in the browser ([danielstjules])
- [1798] - Fix correctly attribute mutiple done err with hooks ([danielstjules])
- Fix use utils.reduce for IE8 compatibility ([wsw0108])
- Some linting errors fixed by [danielstjules]
- Call the inspect() function if message is not set ([kevinburke])

[1875]: https://github.com/mochajs/mocha/issues/1875
[1864]: https://github.com/mochajs/mocha/issues/1864
[1846]: https://github.com/mochajs/mocha/issues/1846
[1669]: https://github.com/mochajs/mocha/issues/1669
[1868]: https://github.com/mochajs/mocha/issues/1868
[1766]: https://github.com/mochajs/mocha/issues/1766
[1798]: https://github.com/mochajs/mocha/issues/1798
[danielstjules]: https://github.com/danielstjules
[wsw0108]: https://github.com/wsw0108
[kevinburke]: https://github.com/kevinburke

Page 6 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.