Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 4.8.87 to 4.8.88

3

lib/index.d.ts

@@ -97,3 +97,3 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */

readonly REGEXP_SIZERANGE: RegExp;
transform(localFile: string, command: string, options?: TransformOptions): Promise<Null<Buffer> | string>;
transform(file: string, command: string, options?: TransformOptions): Promise<Null<Buffer> | string>;
clamp(value: Undef<string>, min?: number, max?: number): number;

@@ -127,2 +127,3 @@ isBinary(value: unknown): value is string;

using<V extends ExternalAsset>(this: T, instance: U, data: IFileThread<V>, command: string): Promise<unknown>;
transform(file: BufferOfURI, command: string, options?: TransformOptions): Promise<Null<Buffer> | string>;
readonly prototype: U;

@@ -129,0 +130,0 @@ new(module?: ImageModule): U;

{
"name": "@squared-functions/types",
"version": "4.8.87",
"version": "4.8.88",
"description": "Type definitions for squared-functions",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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