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
281
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.3.0 to 26.4.0

8

index.d.ts

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

declare function sha3_256(bytes: Uint8Array): Uint8Array;
declare function proximity(one: Uint8Array, other: Uint8Array, max: number): number;
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;
interface Uint8ArrayIO {

@@ -618,2 +622,6 @@ max: () => number;

sha3_256: typeof sha3_256;
proximity: typeof proximity;
commonPrefix: typeof commonPrefix;
setBit: typeof setBit;
getBit: typeof getBit;
};

@@ -620,0 +628,0 @@ export declare const Random: {

2

package.json
{
"name": "cafe-utility",
"version": "26.3.0",
"version": "26.4.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