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

protractor-image-comparison

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-image-comparison - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

7

CHANGELOG.md
# CHANGELOG
<a name="1.7.1"></a>
# [1.7.2](https://github.com/wswebcreation/protractor-image-comparison/compare/v1.7.1...v1.7.2) (2018-05-10)
### Bugfix
* Revert fixed issue with minor differences recognition that was fixed in [61](https://github.com/wswebcreation/protractor-image-comparison/pull/61). This was a breaking change and should be investigated.
<a name="1.7.1"></a>
# [1.7.1](https://github.com/wswebcreation/protractor-image-comparison/compare/v1.7.0...v1.7.1) (2018-05-09)

@@ -4,0 +11,0 @@

2

lib/resemble.js

@@ -386,3 +386,3 @@ /*

data.misMatchPercentage = (mismatchCount / (height * width) * 100).toFixed(5);
data.misMatchPercentage = (mismatchCount / (height * width) * 100).toFixed(2);
data.diffBounds = diffBounds;

@@ -389,0 +389,0 @@ data.analysisTime = Date.now() - time;

{
"name": "protractor-image-comparison",
"version": "1.7.1",
"version": "1.7.2",
"description": "npm-module to compare images with protractor",

@@ -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