Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
Maintainers
0
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.13.1 to 4.13.2

3

lib/index.d.ts

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

asHash(data: BinaryLike, options: AsHashOptions): string;
asHash(data: BinaryLike, minLength: number): string;
asHash(data: BinaryLike, algorithm?: NumString | AsHashOptions, minLength?: number | AsHashOptions): string;
asHash(data: BinaryLike, algorithm?: unknown, digest?: unknown): string;
toPosix(value: unknown, normalize: boolean): string;

@@ -736,0 +735,0 @@ toPosix(value: unknown, filename?: string, normalize?: boolean): string;

@@ -105,2 +105,3 @@ import type { BinaryToTextEncoding, HashOptions } from 'crypto';

digest?: BinaryToTextEncoding;
/** @deprecated */
minLength?: number;

@@ -107,0 +108,0 @@ }

{
"name": "@squared-functions/types",
"version": "4.13.1",
"version": "4.13.2",
"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