Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/imagemin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/imagemin - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

6

imagemin/index.d.ts

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

*/
declare function imagemin(input: ReadonlyArray<string>, options?: Options): Promise<Result[]>;
declare function imagemin(input: readonly string[], options?: Options): Promise<Result[]>;

@@ -20,3 +20,3 @@ declare namespace imagemin {

destination?: string | undefined;
plugins: ReadonlyArray<Plugin>;
plugins: readonly Plugin[];
glob?: boolean | undefined;

@@ -32,5 +32,5 @@ }

export interface BufferOptions {
plugins: ReadonlyArray<Plugin>;
plugins: readonly Plugin[];
}
export default imagemin;
{
"name": "@types/imagemin",
"version": "8.0.4",
"version": "8.0.5",
"description": "TypeScript definitions for imagemin",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin",

},
"typesPublisherContentHash": "c4fc2e2143a383a75f5883ba51d832a14c6b437888067343a4b51fa67d0c6333",
"typesPublisherContentHash": "43b680a715d12566c388816d94ef3d408c3dc5fa9f830387fbaed37246cf4b9a",
"typeScriptVersion": "4.5"
}

@@ -16,3 +16,3 @@ # Installation

*/
declare function imagemin(input: ReadonlyArray<string>, options?: Options): Promise<Result[]>;
declare function imagemin(input: readonly string[], options?: Options): Promise<Result[]>;

@@ -30,3 +30,3 @@ declare namespace imagemin {

destination?: string | undefined;
plugins: ReadonlyArray<Plugin>;
plugins: readonly Plugin[];
glob?: boolean | undefined;

@@ -42,3 +42,3 @@ }

export interface BufferOptions {
plugins: ReadonlyArray<Plugin>;
plugins: readonly Plugin[];
}

@@ -51,3 +51,3 @@

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

@@ -54,0 +54,0 @@

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