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.17.3 to 0.17.4

12

sharp/index.d.ts

@@ -19,4 +19,4 @@ // Type definitions for sharp 0.17

declare namespace sharp {
const gravity: sharp.GravityEnum;
const strategy: sharp.StrategyEnum;
const gravity: GravityEnum;
const strategy: StrategyEnum;
/**

@@ -29,3 +29,3 @@ * Gets, or when options are provided sets, the limits of libvips' operation cache.

*/
function cache(options?: boolean | sharp.CacheOptions): CacheResult;
function cache(options?: boolean | CacheOptions): CacheResult;
/**

@@ -40,3 +40,3 @@ * Gets, or when a concurrency is provided sets, the number of threads libvips' should create to process each image.

*/
function counters(): sharp.SharpCounters;
function counters(): SharpCounters;
/**

@@ -48,4 +48,4 @@ * Get and set use of SIMD vector unit instructions.

function simd(enable?: boolean): boolean;
const kernel: sharp.KernelEnum;
const interpolator: sharp.InterpolatorEnum;
const kernel: KernelEnum;
const interpolator: InterpolatorEnum;
/**

@@ -52,0 +52,0 @@ * Object containing nested boolean values representing the available input and output formats/methods.

{
"name": "@types/sharp",
"version": "0.17.3",
"version": "0.17.4",
"description": "TypeScript definitions for sharp",

@@ -21,5 +21,4 @@ "license": "MIT",

},
"peerDependencies": {},
"typesPublisherContentHash": "afa61953b0a6f1427b5608f32a95a9747829a28ee233062173bdf600ffc3919c",
"typesPublisherContentHash": "79cbec9506723da972435216c3e74a7fac017d5c3c7bf0b7dbb9715e45a04044",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 02 Aug 2017 13:47:41 GMT
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Dependencies: stream, node

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

Sorry, the diff of this file is not supported yet

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