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

testcafe-reporter-spec

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-reporter-spec - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

lib/index.js

@@ -41,4 +41,4 @@ 'use strict';

var hasErr = !!errs.length;
var nameStyle = hasErr ? this.chalk.red : this.chalk.gray;
var symbol = hasErr ? this.chalk.red(this.symbols.err) : this.chalk.green(this.symbols.ok);
var nameStyle = hasErr ? this.chalk.red.bold : this.chalk.gray;
var symbol = hasErr ? this.chalk.red.bold(this.symbols.err) : this.chalk.green(this.symbols.ok);
var title = symbol + ' ' + nameStyle(name);

@@ -45,0 +45,0 @@

{
"name": "testcafe-reporter-spec",
"version": "1.0.3",
"version": "1.0.4",
"description": "Spec TestCafe reporter plugin.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/DevExpress/testcafe-reporter-spec",

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