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.1 to 4.1.2

6

image-blob-reduce/index.d.ts

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

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

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

type MethodNames = '_blob_to_image' | '_calculate_size' | '_transform' | '_create_blob' | '_cleanup';
type MethodNames = "_blob_to_image" | "_calculate_size" | "_transform" | "_create_blob" | "_cleanup";

@@ -51,3 +51,3 @@ declare namespace imageBlobReduce {

interface ImageBlobReduceStatic {
new (options?: Options): ImageBlobReduce;
new(options?: Options): ImageBlobReduce;
(options?: Options): ImageBlobReduce;

@@ -54,0 +54,0 @@ pica: PicaStatic;

{
"name": "@types/image-blob-reduce",
"version": "4.1.1",
"version": "4.1.2",
"description": "TypeScript definitions for image-blob-reduce",

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

},
"typesPublisherContentHash": "a820e50ff1e51d1b52d21a4633ec9348c5d048f6d01cbc01b073dc0e5a627af5",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "706c59d323a6a3a45fe840bb1df9464db837e23dbb017ddaece2c2fbc085c71b",
"typeScriptVersion": "4.5"
}

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

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

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

type MethodNames = '_blob_to_image' | '_calculate_size' | '_transform' | '_create_blob' | '_cleanup';
type MethodNames = "_blob_to_image" | "_calculate_size" | "_transform" | "_create_blob" | "_cleanup";

@@ -61,3 +61,3 @@ declare namespace imageBlobReduce {

interface ImageBlobReduceStatic {
new (options?: Options): ImageBlobReduce;
new(options?: Options): ImageBlobReduce;
(options?: Options): ImageBlobReduce;

@@ -74,3 +74,3 @@ pica: PicaStatic;

### Additional Details
* Last updated: Fri, 10 Feb 2023 12:02:34 GMT
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: [@types/pica](https://npmjs.com/package/@types/pica)

@@ -77,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