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

looks-same

Package Overview
Dependencies
Maintainers
9
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 8.2.1 to 8.2.2

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [8.2.2](https://github.com/gemini-testing/looks-same/compare/v8.2.1...v8.2.2) (2023-09-25)
### [8.2.1](https://github.com/gemini-testing/looks-same/compare/v8.2.0...v8.2.1) (2023-08-02)

@@ -7,0 +9,0 @@

9

index.d.ts

@@ -82,3 +82,8 @@ // Type definitions for looks-same 5.0

interface LooksSameWithNoDiffResult extends LooksSameBaseResult {
interface LooksSameCreateDiffImageResult extends LooksSameBaseResult {
differentPixels: number;
totalPixels: number;
}
interface LooksSameWithNoDiffResult extends LooksSameCreateDiffImageResult {
equal: true;

@@ -88,3 +93,3 @@ diffImage: null;

interface LooksSameWithExistingDiffResult extends LooksSameBaseResult {
interface LooksSameWithExistingDiffResult extends LooksSameCreateDiffImageResult {
equal: false;

@@ -91,0 +96,0 @@ diffImage: DiffImage;

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

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