Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mocha-simple-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-simple-html-reporter - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

lib/get-error-message.js

@@ -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"
}
}
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