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
280
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 26.13.1 to 26.14.0

4

index.d.ts

@@ -513,4 +513,4 @@ type Indexable = number | string;

declare function commonPrefix(one: Uint8Array, other: Uint8Array): Uint8Array;
declare function setBit(bytes: Uint8Array, index: number, value: 0 | 1): void;
declare function getBit(bytes: Uint8Array, index: number): 0 | 1;
declare function setBit(bytes: Uint8Array, index: number, value: 0 | 1, endian: 'LE' | 'BE'): void;
declare function getBit(bytes: Uint8Array, index: number, endian: 'LE' | 'BE'): 0 | 1;
declare function binaryIndexOf(bytes: Uint8Array, value: Uint8Array, start?: number): number;

@@ -517,0 +517,0 @@ declare function binaryPadStart(bytes: Uint8Array, size: number): Uint8Array;

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

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

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

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