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.2.0 to 23.3.0

2

index.d.ts

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

declare function getCached<T>(key: string, ttlMillis: number, handler: () => Promise<T>): Promise<T>;
declare function invalidateCache(key: string): void;
declare function joinUrl(...parts: unknown[]): string;

@@ -886,2 +887,3 @@ declare function replaceBetweenStrings(string: string, start: string, end: string, replacement: string, keepBoundaries?: boolean): string;

get: typeof getCached;
invalidate: typeof invalidateCache;
};

@@ -888,0 +890,0 @@ export declare const Vector: {

2

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