Comparing version 1.0.3 to 1.0.4
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 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55881
12