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

barista-reporter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barista-reporter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

es/reporter.js

@@ -127,3 +127,2 @@ 'use strict';

runner.on('test end', test => {
currentSuite.tests.push(sanitizeTest(test));
currentSuiteTests.push(sanitizeTest(test));

@@ -130,0 +129,0 @@ });

@@ -127,3 +127,2 @@ 'use strict';

runner.on('test end', test => {
currentSuite.tests.push(sanitizeTest(test));
currentSuiteTests.push(sanitizeTest(test));

@@ -130,0 +129,0 @@ });

2

package.json
{
"name": "barista-reporter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Mocha reporter for barista (also works with Cypress).",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -117,3 +117,2 @@ import mocha from 'mocha';

runner.on('test end', test => {
currentSuite.tests.push(sanitizeTest(test));
currentSuiteTests.push(sanitizeTest(test));

@@ -120,0 +119,0 @@ });

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