New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eyes-testcafe

Package Overview
Dependencies
Maintainers
16
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-testcafe - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

7

History.md
v1.1.12 / 2019-07-21
====================
* 1.1.12 [[a82f6c8](/commit/a82f6c8ab973967947f0a99fc94a896b3e6d5dd8)]
* fixed empty tests print [[3f131d5](/commit/3f131d5b8a0acf92e1a10cb418375793017bad0c)]
* changelog [[aea786a](/commit/aea786aaf8803741b48dcf92abb2614463a33b62)]
v1.1.11 / 2019-07-18

@@ -3,0 +10,0 @@ ====================

2

package.json
{
"name": "@applitools/eyes-testcafe",
"version": "1.1.12",
"version": "1.1.13",
"description": "Eyes Testcafe SDK",

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

@@ -51,6 +51,10 @@ 'use strict';

See details at ${nonEmptyResult.getAppUrls().getBatch()}\n`;
} else {
outputStr += `\nYour tests do not contain visual checks! make sure that the test conatains 'eyes.checkWindow' calls and that they are awaited upon.\n`;
}
if (!nonEmptyResult && !errors.length) {
outputStr += chalk.yellow(
`\nYour tests do not contain visual checks! make sure that the test conatains 'eyes.checkWindow' calls and that they are awaited upon.\n`,
);
}
console.log(outputStr);

@@ -57,0 +61,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