Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@type-cacheable/lru-cache-adapter

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-cacheable/lru-cache-adapter - npm Package Compare versions

Comparing version 17.0.1 to 18.0.0

2

dist/index.d.ts

@@ -13,2 +13,2 @@ import { LRUCache } from 'lru-cache';

}
export declare const useAdapter: <T extends {} = {}>(client: LRUCache<string, T, unknown>, asFallback?: boolean, options?: CacheManagerOptions) => LRUCacheAdapter<T>;
export declare const useAdapter: <T extends {} = {}>(client: LRUCache<string, T>, asFallback?: boolean, options?: CacheManagerOptions) => LRUCacheAdapter<T>;
{
"name": "@type-cacheable/lru-cache-adapter",
"version": "17.0.1",
"version": "18.0.0",
"description": "Adapter for using lru-cache with type-cacheable",

@@ -41,11 +41,11 @@ "main": "dist/index.js",

"devDependencies": {
"@type-cacheable/core": "^14.0.1",
"lru-cache": "^10.0.0",
"typescript": "^5.0.2"
"@type-cacheable/core": "^14.1.0",
"lru-cache": "^11.0.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@type-cacheable/core": "^14.0.0",
"lru-cache": "^10.0.0"
"@type-cacheable/core": ">=14.0.0 < 15.0.0",
"lru-cache": ">=11.0.0 < 12.0.0"
},
"gitHead": "8633d42353f0f5daa4bf9dcea3b28c3881c57273"
"gitHead": "525af89e742244539108a7e744a33725a60b04d4"
}
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