New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cafe-utility

Package Overview
Dependencies
Maintainers
0
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cafe-utility - npm Package Compare versions

Comparing version

to
26.15.0

8

index.d.ts

@@ -516,6 +516,6 @@ type Indexable = number | string;

declare function binaryIndexOf(bytes: Uint8Array, value: Uint8Array, start?: number): number;
declare function binaryPadStart(bytes: Uint8Array, size: number): Uint8Array;
declare function binaryPadStartToMultiple(bytes: Uint8Array, multiple: number): Uint8Array;
declare function binaryPadEnd(bytes: Uint8Array, size: number): Uint8Array;
declare function binaryPadEndToMultiple(bytes: Uint8Array, multiple: number): Uint8Array;
declare function binaryPadStart(bytes: Uint8Array, size: number, paddingByte?: number): Uint8Array;
declare function binaryPadStartToMultiple(bytes: Uint8Array, multiple: number, paddingByte?: number): Uint8Array;
declare function binaryPadEnd(bytes: Uint8Array, size: number, paddingByte?: number): Uint8Array;
declare function binaryPadEndToMultiple(bytes: Uint8Array, multiple: number, paddingByte?: number): Uint8Array;
declare function xorCypher(bytes: Uint8Array, key: Uint8Array): Uint8Array;

@@ -522,0 +522,0 @@ declare function binaryEquals(a: Uint8Array, b: Uint8Array): boolean;

{
"name": "cafe-utility",
"version": "26.14.0",
"version": "26.15.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display