mocha-simple-html-reporter
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
if (message === '[object Error]') { | ||
if (message === '[object Error]' || message === '[object Object]') { | ||
return err.message; | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "mocha-simple-html-reporter", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "HTML reporter for Mocha", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">= 4.0" | ||
"node": ">= 10.12.0" | ||
}, | ||
"dependencies": { | ||
"pretty-ms": "3.0.1" | ||
"pretty-ms": "7.0.1" | ||
}, | ||
@@ -29,4 +29,4 @@ "devDependencies": { | ||
"eslint": "^4.9.0", | ||
"eslint-config-pedant": "^0.10.0", | ||
"mocha": "^4.0.0", | ||
"eslint-config-pedant": "^1.0.0", | ||
"mocha": "^8.3.0", | ||
"should": "^13.1.2", | ||
@@ -37,4 +37,4 @@ "unexpected": "^10.36.0" | ||
"test": "eslint .", | ||
"example": "UNEXPECTED_FULL_TRACE=true mocha examples/test.js --reporter=$PWD --opts examples/mocha.opts --no-colors" | ||
"example": "UNEXPECTED_FULL_TRACE=true mocha --reporter=$PWD --config examples/.mocharc.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13902
0
+ Addedparse-ms@2.1.0(transitive)
+ Addedpretty-ms@7.0.1(transitive)
- Removedirregular-plurals@1.4.0(transitive)
- Removedparse-ms@1.0.1(transitive)
- Removedplur@2.1.2(transitive)
- Removedpretty-ms@3.0.1(transitive)
Updatedpretty-ms@7.0.1