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
284
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 23.5.0 to 23.6.0

2

index.d.ts

@@ -51,2 +51,3 @@ type Indexable = number | string;

declare function forever(callable: (() => Promise<void>) | (() => void), millis: number, log?: (message: string, metadata: object) => void): Promise<never>;
declare function runAndSetInterval(callable: () => void, millis: number): () => void;
declare function asMegabytes(number: number): number;

@@ -648,2 +649,3 @@ declare function convertBytes(bytes: number): string;

expandError: typeof expandError;
runAndSetInterval: typeof runAndSetInterval;
};

@@ -650,0 +652,0 @@ export declare const Numbers: {

2

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