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

looks-same

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

looks-same - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

6

CHANGELOG.md
# Changelog
## 2.0.0 - 2015-07-14
* Fix critical bug in color comparison algorithm.
Published as 2.0.0 because the result of the comparison
will change for many images and affect the dependencies.
## 1.1.1 - 2015-02-12

@@ -4,0 +10,0 @@

2

index.js

@@ -113,3 +113,3 @@ 'use strict';

return c1.R === c2.R &&
c1.G === c2.G,
c1.G === c2.G &&
c1.B === c2.B;

@@ -116,0 +116,0 @@ }

{
"name": "looks-same",
"version": "1.1.1",
"version": "2.0.0",
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",

@@ -30,3 +30,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/SevInf/looks-same.git"
"url": "https://github.com/gemini-testing/looks-same.git"
},

@@ -40,5 +40,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/SevInf/looks-same/issues"
"url": "https://github.com/gemini-testing/looks-same/issues"
},
"homepage": "https://github.com/SevInf/looks-same"
"homepage": "https://github.com/gemini-testing/looks-same"
}
# LooksSame
[![Build Status](https://travis-ci.org/SevInf/looks-same.svg?branch=master)](https://travis-ci.org/SevInf/looks-same)
[![Build Status](https://travis-ci.org/gemini-testing/looks-same.svg?branch=master)](https://travis-ci.org/gemini-testing/looks-same)
Pure node.js library for comparing PNG-images, taking into account human color perception.
It is created specially for the needs of visual regression testing for [`gemini`](http://github.com/bem/gemini)
It is created specially for the needs of visual regression testing for [`gemini`](http://github.com/gemini-testing/gemini)
utility, but can be used for other purposes.

@@ -8,0 +8,0 @@

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