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.25.0 to 0.25.1

3

sharp/index.d.ts

@@ -315,2 +315,3 @@ // Type definitions for sharp 0.25

* When a sigma is provided, performs a slower, more accurate Gaussian blur.
* When a boolean sigma is provided, ether blur mild or disable blur
* @param sigma a value between 0.3 and 1000 representing the sigma of the Gaussian mask, where sigma = 1 + radius / 2.

@@ -320,3 +321,3 @@ * @throws {Error} Invalid parameters

*/
blur(sigma?: number): Sharp;
blur(sigma?: number | boolean): Sharp;

@@ -323,0 +324,0 @@ /**

{
"name": "@types/sharp",
"version": "0.25.0",
"version": "0.25.1",
"description": "TypeScript definitions for sharp",

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

},
"typesPublisherContentHash": "97b9cb38b92d2a355af131ddf6a88fe6f04a0b0b94b5285812a385d64cab8930",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "4a414b0fa47d77b16fec45a8081233042834bbea3fdabc1410264877ebcc9685",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Thu, 23 Apr 2020 17:50:39 GMT
* Last updated: Tue, 21 Jul 2020 22:10:19 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