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.4 to 1.0.5

6

lib/index.js

@@ -27,5 +27,3 @@ 'use strict';

reportFixtureStart: function reportFixtureStart(name, path) {
var title = name + ' (' + this.chalk.underline(path) + ')';
reportFixtureStart: function reportFixtureStart(name) {
this.setIndent(1).useWordWrap(true);

@@ -35,3 +33,3 @@

this.write(title).newline();
this.write(name).newline();
},

@@ -38,0 +36,0 @@

{
"name": "testcafe-reporter-spec",
"version": "1.0.4",
"version": "1.0.5",
"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