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.5 to 3.0.6

10

lib/reporters/classic.js

@@ -355,6 +355,8 @@ exports = module.exports = Classic

skipped += 1
if (t.skip !== true)
skipMsg.push(t.name + ' ' + Base.color('skip', t.skip))
else
skipMsg.push(t.name)
if (!/^filter(( out)?: \/.+\/|: only)$/.test(t.skip)) {
if (t.skip !== true)
skipMsg.push(t.name + ' ' + Base.color('skip', t.skip))
else
skipMsg.push(t.name)
}
}

@@ -361,0 +363,0 @@ else if (t.todo)

2

package.json
{
"name": "tap-mocha-reporter",
"version": "3.0.5",
"version": "3.0.6",
"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