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
1
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 14.0.1 to 15.0.0

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import LRUCache from 'lru-cache';
import { LRUCache } from 'lru-cache';
import { CacheClient } from '@type-cacheable/core';

@@ -3,0 +3,0 @@ export declare class LRUCacheAdapter<T extends {}> implements CacheClient {

{
"name": "@type-cacheable/lru-cache-adapter",
"version": "14.0.1",
"version": "15.0.0",
"description": "Adapter for using lru-cache with type-cacheable",

@@ -42,4 +42,3 @@ "main": "dist/index.js",

"@type-cacheable/core": "^12.0.1",
"@types/lru-cache": "^7.4.0",
"lru-cache": "^8.0.4",
"lru-cache": "^10.0.0",
"typescript": "^5.0.2"

@@ -49,5 +48,5 @@ },

"@type-cacheable/core": "^12.0.0",
"lru-cache": "^8.0.4"
"lru-cache": "^10.0.0"
},
"gitHead": "a9e89819f76c283904502dbab4c051f5ce9d774e"
"gitHead": "2ada92dda969644761167f27f72a2711567eb0eb"
}

@@ -26,3 +26,3 @@ # @type-cacheable/lru-cache-adapter

```ts
import * as LRUCache from 'lru-cache';
import { LRUCache } from 'lru-cache';
import { useAdapter } from '@type-cacheable/lru-cache-adapter';

@@ -29,0 +29,0 @@

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