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.0 to 5.2.1

5

pixelmatch/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for pixelmatch 5.2

// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Damian Frizzi <https://github.com/damianfrizzi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -12,5 +13,5 @@

/** Image data of the first image to compare. Note: image dimensions must be equal. */
img1: Buffer | Uint8Array,
img1: Buffer | Uint8Array | Uint8ClampedArray,
/** Image data of the second image to compare. Note: image dimensions must be equal. */
img2: Buffer | Uint8Array,
img2: Buffer | Uint8Array | Uint8ClampedArray,
/** Image data to write the diff to, or null if don't need a diff image. */

@@ -17,0 +18,0 @@ output: Buffer | Uint8Array | null,

9

pixelmatch/package.json
{
"name": "@types/pixelmatch",
"version": "5.2.0",
"version": "5.2.1",
"description": "TypeScript definitions for pixelmatch",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "peterblazejewicz"
},
{
"name": "Damian Frizzi",
"url": "https://github.com/damianfrizzi",
"githubUsername": "damianfrizzi"
}

@@ -30,4 +35,4 @@ ],

},
"typesPublisherContentHash": "7cab2e2116f3cc1ae6d70df1064b866796411cfa0dbfacf2a658ce72ffc09742",
"typesPublisherContentHash": "55875874fce6c42c9f92ef1c269d4baa4394612701cea9e94d42d499b3e9d609",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 23 Apr 2020 17:50:36 GMT
* Last updated: Mon, 27 Apr 2020 09:30:12 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Oleg Repin](https://github.com/iamolegga), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
These definitions were written by [Oleg Repin](https://github.com/iamolegga), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Damian Frizzi](https://github.com/damianfrizzi).
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