You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/resemblejs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/resemblejs - npm Package Compare versions

Comparing version
4.1.0
to
4.1.1
+1
-1
resemblejs/compareImages.d.ts

@@ -1,2 +0,2 @@

import { ComparisonOptions, ComparisonResult } from '.';
import { ComparisonOptions, ComparisonResult } from ".";

@@ -3,0 +3,0 @@ export = compareImages;

@@ -167,6 +167,6 @@ // Type definitions for Resemble.js v4.1.0

| {
red: number;
green: number;
blue: number;
}
red: number;
green: number;
blue: number;
}
| undefined;

@@ -216,7 +216,7 @@ errorType?: OutputErrorType | undefined;

type OutputErrorType = 'flat' | 'movement' | 'flatDifferenceIntensity' | 'movementDifferenceIntensity' | 'diffOnly';
type OutputErrorType = "flat" | "movement" | "flatDifferenceIntensity" | "movementDifferenceIntensity" | "diffOnly";
type ComparisonCallback = (err: unknown, data: ComparisonResult) => void;
type ComparisonIgnoreOption = 'nothing' | 'less' | 'antialiasing' | 'colors' | 'alpha';
type ComparisonIgnoreOption = "nothing" | "less" | "antialiasing" | "colors" | "alpha";

@@ -223,0 +223,0 @@ function compare(

{
"name": "@types/resemblejs",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for Resemble.js",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/resemblejs",

"dependencies": {},
"typesPublisherContentHash": "95af4b97645259f108fd7901f6ba8331413937df3d2aff68153448b86569618b",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "3fb969df73ca81070cb9ef2bcd223b319914f92b04538d030ae87e2a89f3965c",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 24 Mar 2022 05:31:41 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `resemble`