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 Compare versions

Comparing version 1.4.0 to 1.5.0

3

CHANGELOG.md
#Changelog
###1.5.0
- Moved mocha to peerDependencies and devDependencies and fixed it to `~2`. See [#69](https://github.com/adamgruber/mochawesome/issues/69)
###1.4.0

@@ -4,0 +7,0 @@ - Added slide-over navigation menu for quickly jumping to a test suite. See [#49](https://github.com/adamgruber/mochawesome/issues/49)

7

package.json
{
"name": "mochawesome",
"version": "1.4.0",
"version": "1.5.0",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",

@@ -30,3 +30,2 @@ "scripts": {

"mkdirp": "^0.5.1",
"mocha": "*",
"moment": "^2.9.0",

@@ -37,2 +36,5 @@ "ncp": "^1.0.1",

},
"peerDependencies": {
"mocha": "~2"
},
"devDependencies": {

@@ -58,4 +60,5 @@ "bootstrap": "^3.3.2",

"merge-stream": "^0.1.7",
"mocha": "~2",
"should": "^3.3.2"
}
}
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