Socket
Socket
Sign inDemoInstall

@types/pixelmatch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pixelmatch - npm Package Compare versions

Comparing version 5.2.3 to 5.2.4

14

pixelmatch/index.d.ts

@@ -33,3 +33,3 @@ // Type definitions for pixelmatch 5.2

*/
readonly threshold?: number;
readonly threshold?: number | undefined;
/**

@@ -39,3 +39,3 @@ * If true, disables detecting and ignoring anti-aliased pixels.

*/
readonly includeAA?: boolean;
readonly includeAA?: boolean | undefined;
/**

@@ -46,3 +46,3 @@ * Blending factor of unchanged pixels in the diff output.

*/
alpha?: number;
alpha?: number | undefined;
/**

@@ -52,3 +52,3 @@ * The color of anti-aliased pixels in the diff output.

*/
aaColor?: RGBTuple;
aaColor?: RGBTuple | undefined;
/**

@@ -58,3 +58,3 @@ * The color of differing pixels in the diff output.

*/
diffColor?: RGBTuple;
diffColor?: RGBTuple | undefined;
/**

@@ -65,3 +65,3 @@ * An alternative color to use for dark on light differences to differentiate between "added" and "removed" parts.

*/
diffColorAlt?: RGBTuple;
diffColorAlt?: RGBTuple | undefined;
/**

@@ -72,3 +72,3 @@ * Draw the diff over a transparent background (a mask), rather than over the original image.

*/
diffMask?: boolean;
diffMask?: boolean | undefined;
}

@@ -75,0 +75,0 @@ }

{
"name": "@types/pixelmatch",
"version": "5.2.3",
"version": "5.2.4",
"description": "TypeScript definitions for pixelmatch",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pixelmatch",
"license": "MIT",

@@ -34,4 +35,4 @@ "contributors": [

},
"typesPublisherContentHash": "b817b7347d192cce19fe24a2fd73281190e18e24c62133676058f7f174fcce6a",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "653616cda3bc484e1f534342f9433c89bcfb5858bcb6f96d0317c4f4274783ae",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 06 Apr 2021 19:01:34 GMT
* Last updated: Wed, 07 Jul 2021 17:02:30 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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