Socket
Socket
Sign inDemoInstall

@algolia/cache-common

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/cache-common - npm Package Compare versions

Comparing version 4.23.1 to 4.23.2

11

dist/cache-common.d.ts

@@ -1,4 +0,4 @@

import { Cache as Cache_2 } from '@algolia/cache-common';
import { Cache as Cache_3 } from '@algolia/cache-common';
export declare type Cache = {
declare type Cache_2 = {
/**

@@ -21,2 +21,3 @@ * Gets the value of the given `key`.

};
export { Cache_2 as Cache }

@@ -30,5 +31,5 @@ export declare type CacheEvents<TValue> = {

export declare function createFallbackableCache(options: FallbackableCacheOptions): Cache;
export declare function createFallbackableCache(options: FallbackableCacheOptions): Cache_2;
export declare function createNullCache(): Cache;
export declare function createNullCache(): Cache_2;

@@ -39,5 +40,5 @@ export declare type FallbackableCacheOptions = {

*/
readonly caches: readonly Cache_2[];
readonly caches: readonly Cache_3[];
};
export { }
{
"name": "@algolia/cache-common",
"version": "4.23.1",
"version": "4.23.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Common interfaces for promise-based caching libraries",

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