Socket
Socket
Sign inDemoInstall

tap-mocha-reporter

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-mocha-reporter - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

6

lib/reporters/list.js

@@ -45,6 +45,6 @@ /**

var fmt = color('checkmark', ' '+Base.symbols.dot)
+ color('pass', ' %s: ')
+ color(test.speed, '%dms');
+ color('pass', ' %s')
+ (test.duration ? color('pass', ': ') + color(test.speed, '%dms') : '');
cursor.CR();
console.log(fmt, test.fullTitle(), test.duration);
console.log(fmt, test.fullTitle(), test.duration || '');
});

@@ -51,0 +51,0 @@

{
"name": "tap-mocha-reporter",
"version": "3.0.3",
"version": "3.0.4",
"description": "Format a TAP stream using Mocha's set of reporters",

@@ -5,0 +5,0 @@ "main": "index.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