Socket
Socket
Sign inDemoInstall

@types/sharp

Package Overview
Dependencies
2
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.1 to 0.22.2

7

sharp/index.d.ts

@@ -437,2 +437,9 @@ // Type definitions for sharp 0.22

/**
* Transforms the image using brightness, saturation and hue rotation.
* @param options describes the modulation
* @returns A sharp instance that can be used to chain operations
*/
modulate(options?: { brightness?: number, saturation?: number, hue?: number }): Sharp;
//#endregion

@@ -439,0 +446,0 @@

4

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

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

},
"typesPublisherContentHash": "4fbfa973a61391e8ea79f3944c2b60d6e60c5ee6eb698e958d4fd89ca90230dc",
"typesPublisherContentHash": "0bf38dce35ec01d1b3d3fa1b016bff833e7307b28882512bea0228b5ce89353a",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 28 Mar 2019 00:36:59 GMT
* Last updated: Mon, 13 May 2019 22:25:42 GMT
* Dependencies: @types/node

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc