Socket
Socket
Sign inDemoInstall

@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 12.0.2 to 12.1.0

0

dist/index.d.ts

@@ -0,0 +0,0 @@ import * as LRUCache from 'lru-cache';

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@type-cacheable/lru-cache-adapter",
"version": "12.0.2",
"version": "12.1.0",
"description": "Adapter for using lru-cache with type-cacheable",

@@ -38,6 +38,6 @@ "main": "dist/index.js",

"devDependencies": {
"@type-cacheable/core": "^11.0.1",
"@type-cacheable/core": "^11.1.1",
"@types/lru-cache": "^7.4.0",
"lru-cache": "^7.3.0",
"typescript": "^4.7.2"
"typescript": "^5.0.2"
},

@@ -48,3 +48,3 @@ "peerDependencies": {

},
"gitHead": "e519569d52d4809bac186afee297845c726040eb"
"gitHead": "46becef54f5a494354e00437cb82933e01c249d9"
}
# @type-cacheable/lru-cache-adapter
[![npm downloads](https://img.shields.io/npm/dm/@type-cacheable/lru-cache-adapter)](https://www.npmjs.com/package/@type-cacheable/lru-cache-adapter)
TypeScript-based caching decorators to assist with caching (and clearing cache for) async methods. This package supports the `lru-cache` client.

@@ -4,0 +6,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