Socket
Socket
Sign inDemoInstall

@types/image-blob-reduce

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

5

image-blob-reduce/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for image-blob-reduce 4.1

import type { PicaStatic } from 'pica';
import type { Pica, PicaStatic } from 'pica';

@@ -32,3 +32,3 @@ interface InternalProperties {

interface Options {
pica?: PicaStatic;
pica?: Pica;
}

@@ -53,2 +53,3 @@

(options?: Options): ImageBlobReduce;
pica: PicaStatic;
}

@@ -55,0 +56,0 @@ }

4

image-blob-reduce/package.json
{
"name": "@types/image-blob-reduce",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for image-blob-reduce",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/image-blob-reduce",

},
"typesPublisherContentHash": "ac5bbdee74ce4f0b68830aeaad5904be9097aee78300c6ec78fc989e3f15faf8",
"typesPublisherContentHash": "a820e50ff1e51d1b52d21a4633ec9348c5d048f6d01cbc01b073dc0e5a627af5",
"typeScriptVersion": "4.2"
}

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

import type { PicaStatic } from 'pica';
import type { Pica, PicaStatic } from 'pica';

@@ -42,3 +42,3 @@ interface InternalProperties {

interface Options {
pica?: PicaStatic;
pica?: Pica;
}

@@ -63,2 +63,3 @@

(options?: Options): ImageBlobReduce;
pica: PicaStatic;
}

@@ -73,3 +74,3 @@ }

### Additional Details
* Last updated: Wed, 25 Jan 2023 19:32:42 GMT
* Last updated: Fri, 10 Feb 2023 12:02:34 GMT
* Dependencies: [@types/pica](https://npmjs.com/package/@types/pica)

@@ -76,0 +77,0 @@ * Global values: none

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