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

testcafe-blink-diff

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-blink-diff - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

bin/cli

20

package.json
{
"name": "testcafe-blink-diff",
"version": "0.2.1",
"version": "0.2.2",
"description": "Visual regression for Testcafé through BlinkDiff",
"main": "index.js",
"main": "lib/index.js",
"bin": {
"testcafe-blink-diff": "bin"
"testcafe-blink-diff": "bin/cli"
},
"files": [
"bin",
"index.js",
"report.js",
"builder.js",
"index.html"
"lib/index.html",
"lib/index.js",
"lib/builder.js",
"dist/report.es5.js"
],
"scripts": {
"dist": "mkdir -p dist && npm run build",
"build": "buble lib/report.js > dist/report.es5.js",
"prepublish": "npm run dist"
},
"author": "Alvaro Cabrera <pateketrueke@gmail.com>",

@@ -25,2 +30,3 @@ "license": "MIT",

"devDependencies": {
"buble": "^0.19.3",
"eslint": "^5.3.0",

@@ -27,0 +33,0 @@ "eslint-config-airbnb-base": "^13.1.0",

@@ -36,3 +36,3 @@ [![NPM version](https://badge.fury.io/js/testcafe-blink-diff.png)](http://badge.fury.io/js/testcafe-blink-diff)

Finally, invoke the CLI for generating a simple `index.html` report on the same directory where the screenshots are placed, e.g.
Finally, invoke the CLI for generating a simple `generated/index.html` report, e.g.

@@ -39,0 +39,0 @@ ```bash

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