New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocha-reporter-multiplexer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-reporter-multiplexer - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

index.js

@@ -21,3 +21,3 @@ 'use strict';

var stream = reporters[key],
reporter = new Reporter(ee);
reporter = new Reporter(ee, { name: testGroup });

@@ -24,0 +24,0 @@ runnerEvents.forEach(function (event) {

{
"name": "mocha-reporter-multiplexer",
"version": "1.0.6",
"version": "1.0.7",
"description": "Mocha reporter that gives you more useful control over output of other Mocha reporters",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"bamp": "bamp"
},

@@ -22,3 +23,6 @@ "repository": {

"mocha": "2.0.x"
},
"devDependencies": {
"bamp": "^1.0.11"
}
}
}
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