Socket
Socket
Sign inDemoInstall

@types/sharp

Package Overview
Dependencies
1
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.2 to 0.17.3

27

sharp/index.d.ts

@@ -54,3 +54,28 @@ // Type definitions for sharp 0.17

/** An Object containing the version numbers of libvips and its dependencies. */
const versions: string[];
const versions: {
vips: string;
cairo?: string;
croco?: string;
exif?: string;
expat?: string;
ffi?: string;
fontconfig?: string;
freetype?: string;
gdkpixbuf?: string;
gif?: string;
glib?: string;
gsf?: string;
harfbuzz?: string;
jpeg?: string;
lcms?: string;
orc?: string;
pango?: string;
pixman?: string;
png?: string;
svg?: string;
tiff?: string;
webp?: string;
xml?: string;
zlib?: string;
};
const bool: BoolEnum;

@@ -57,0 +82,0 @@

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "b2d4974d00054c42bb3a43a93edcb725c4149eab09cb37b07596ebcd22173354",
"typesPublisherContentHash": "afa61953b0a6f1427b5608f32a95a9747829a28ee233062173bdf600ffc3919c",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 02 Jun 2017 13:45:12 GMT
* Last updated: Wed, 02 Aug 2017 13:47:41 GMT
* Dependencies: stream, node

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc