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

pix-diff

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pix-diff - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

test/screenshots/example-page-chrome-800x600.png

2

CHANGELOG.md
Changelog
=========
v1.0.4 - Fix writing diff when sub-directories are under base path (30/12/2014)
v1.0.3 - Added tests (28/12/2014)

@@ -5,0 +7,0 @@

4

index.js

@@ -149,3 +149,3 @@ var BlinkDiff = require('blink-diff'),

imageB: new Buffer(image, 'base64'),
imageOutputPath: path.join(this._basePath, 'diff', tag),
imageOutputPath: path.join(this._basePath, 'diff', path.basename(tag)),
imageOutputLimit: BlinkDiff.OUTPUT_DIFFERENT

@@ -194,3 +194,3 @@ };

imageB: new Buffer(image, 'base64'),
imageOutputPath: path.join(this._basePath, 'diff', tag),
imageOutputPath: path.join(this._basePath, 'diff', path.basename(tag)),
imageOutputLimit: BlinkDiff.OUTPUT_DIFFERENT,

@@ -197,0 +197,0 @@ cropImageB: rect

{
"name": "pix-diff",
"version": "1.0.3",
"version": "1.0.4",
"description": "Protractor plugin for image comparison",

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

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