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

mocha-tbpl-reporter

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-tbpl-reporter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

lib/tbpl.js

@@ -130,3 +130,6 @@ var Base = require('mocha').reporters.Base;

if ('parent' in test) {
file = this.getFile(test.parent);
var tmpfile = this.getFile(test.parent);
if (tmpfile) {
file = tmpfile;
}
}

@@ -133,0 +136,0 @@

2

package.json
{
"name": "mocha-tbpl-reporter",
"version": "0.2.0",
"version": "0.2.1",
"author": "The Gaia Team <dev-gaia@lists.mozilla.org>",

@@ -5,0 +5,0 @@ "description": "Mocha reporter for TBPL (tinderboxpushlog)",

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