Socket
Socket
Sign inDemoInstall

@types/sharp

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sharp - npm Package Compare versions

Comparing version 0.28.0 to 0.28.1

6

sharp/index.d.ts

@@ -1024,2 +1024,8 @@ // Type definitions for sharp 0.28

premultiplied?: boolean;
/**
* Do not process input images where the number of pixels (width x height) exceeds this limit.
* Assumes image dimensions contained in the input metadata can be trusted.
* An integral Number of pixels, zero or false to remove limit, true to use default limit of 268402689 (0x3FFF x 0x3FFF). (optional, default 268402689)
*/
limitInputPixels?: number | boolean;
}

@@ -1026,0 +1032,0 @@

4

sharp/package.json
{
"name": "@types/sharp",
"version": "0.28.0",
"version": "0.28.1",
"description": "TypeScript definitions for sharp",

@@ -49,4 +49,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "14bd88676732b4c66603d50c81e0f97eaebc777694daf4fd635c41bedca874be",
"typesPublisherContentHash": "81fbed4146b1f661f5c255312f07175ea85aa51dba9a835ab759ce0b31cf8eae",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Tue, 06 Apr 2021 17:01:27 GMT
* Last updated: Mon, 10 May 2021 07:31:22 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