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.2 to 1.0.3

4

lib/index.js

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

errs.forEach(function (err, idx) {
_this2.newline().write(_this2.formatError(err, idx + 1 + ') ')).newline().newline();
var prefix = _this2.chalk.red(idx + 1 + ') ');
_this2.newline().write(_this2.formatError(err, prefix)).newline().newline();
});

@@ -60,0 +62,0 @@ }

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

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

"scripts": {
"test": "gulp test"
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},

@@ -27,2 +29,3 @@ "keywords": [

"babel-eslint": "^4.0.10",
"callsite-record": "^3.2.0",
"del": "^1.2.0",

@@ -35,6 +38,6 @@ "gulp": "^3.9.0",

"os-family": "^1.0.0",
"publish-please": "^1.0.1",
"publish-please": "^2.1.4",
"read-file-relative": "^1.2.0",
"testcafe": "0.0.14"
"testcafe": "0.0.21"
}
}
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