Socket
Socket
Sign inDemoInstall

@types/lqip-modern

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.6 to 1.1.7

4

lqip-modern/index.d.ts

@@ -24,3 +24,3 @@ /// <reference types="node" />

concurrency?: number | undefined;
resize?: number | ReadonlyArray<any> | undefined;
resize?: number | readonly any[] | undefined;
}

@@ -44,3 +44,3 @@

declare function lqip(
input: ReadonlyArray<string> | ReadonlyArray<Buffer>,
input: readonly string[] | readonly Buffer[],
options?: lqip.LqipOptions,

@@ -47,0 +47,0 @@ ): Promise<lqip.LqipResult[]>;

{
"name": "@types/lqip-modern",
"version": "1.1.6",
"version": "1.1.7",
"description": "TypeScript definitions for lqip-modern",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lqip-modern",

},
"typesPublisherContentHash": "a70d4c43595821fb2c3b2b0a61f0e173ff310b5a612189330f2335ee5e6d0769",
"typesPublisherContentHash": "510c118e03f1c7805473ffc167b7c5fb40affa7b9277fea5a66d04a772023414",
"typeScriptVersion": "4.5"
}

@@ -34,3 +34,3 @@ # Installation

concurrency?: number | undefined;
resize?: number | ReadonlyArray<any> | undefined;
resize?: number | readonly any[] | undefined;
}

@@ -54,3 +54,3 @@

declare function lqip(
input: ReadonlyArray<string> | ReadonlyArray<Buffer>,
input: readonly string[] | readonly Buffer[],
options?: lqip.LqipOptions,

@@ -64,3 +64,3 @@ ): Promise<lqip.LqipResult[]>;

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/sharp](https://npmjs.com/package/@types/sharp)

@@ -67,0 +67,0 @@

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