perceptualdiff
Advanced tools
Comparing version 1.3.15 to 1.4.0
@@ -92,4 +92,4 @@ /* | ||
// convert Adobe RGB (1998) with reference white D65 to XYZ | ||
function adobe_rgb_to_lab(r, g, b) { | ||
var p = adobe_rgb_to_xyz(r, g, b); | ||
function adobe_rgb_to_lab(cr, cg, cb) { | ||
var p = adobe_rgb_to_xyz(cr, cg, cb); | ||
var x = p.x, y = p.y, z = p.z; | ||
@@ -96,0 +96,0 @@ |
{ | ||
"name": "perceptualdiff", | ||
"version": "1.3.15", | ||
"version": "1.4.0", | ||
"description": "A port of the perceptualdiff image comparison (pdiff.sourceforge.net), and adding some additional features", | ||
"license": "GPL-2.0", | ||
"main": "perceptualdiff.js", | ||
"main": "index.js", | ||
"homepage": "https://github.com/marcelerz/node-perceptualdiff", | ||
"bugs": "https://github.com/marcelerz/node-perceptualdiff/issues", | ||
"bin": { | ||
"perceptualdiff": "bin/perceptualdiff" | ||
}, | ||
"author": { | ||
"name": "Marcel Erz", | ||
"email": "marcel.erz@gmail.com", | ||
"url": "http://github.com/marcelerz" | ||
"url": "http://www.marcelerz.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/marcelerz/node-perceptualdiff" | ||
"url": "https://github.com/marcelerz/node-perceptualdiff.git" | ||
}, | ||
@@ -22,10 +25,12 @@ "keywords": [ | ||
"diff", | ||
"testing" | ||
"testing", | ||
"image-diff", | ||
"image", | ||
"difference", | ||
"compare" | ||
], | ||
"engines": { | ||
"node": "0.8.x" | ||
}, | ||
"dependencies": { | ||
"png-image": "0.8.10" | ||
"promise": "6.0.0", | ||
"pngjs-image": "0.9.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56767
2
8
580
1
+ Addedpngjs-image@0.9.3
+ Addedpromise@6.0.0
+ Addedasap@1.0.0(transitive)
+ Addedpngjs@0.4.0(transitive)
+ Addedpngjs-image@0.9.3(transitive)
+ Addedpromise@6.0.0(transitive)
+ Addedstream-buffers@1.0.1(transitive)
+ Addedunderscore@1.7.0(transitive)
- Removedpng-image@0.8.10