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

@travetto/cache

Package Overview
Dependencies
Maintainers
1
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/cache - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

10

package.json

@@ -10,9 +10,9 @@ {

"dependencies": {
"@travetto/compiler": "^0.4.4",
"@travetto/compiler": "^0.4.6",
"@types/lru-cache": "^4.1.1",
"lru-cache": "^4.1.3"
"lru-cache": "^5.1.1"
},
"description": "Caching functionality with decorators for declarative use.",
"devDependencies": {
"@travetto/test": "^0.4.7"
"@travetto/test": "^0.4.8"
},

@@ -31,4 +31,4 @@ "homepage": "https://travetto.io",

},
"version": "0.4.7",
"gitHead": "8f31e1167d568e79b503e5426871e48f23d260e6"
"version": "0.4.8",
"gitHead": "57ee4da983bfa3f2a7e3dac6a24ed0f4af5f71c2"
}

@@ -21,3 +21,3 @@ import * as LRU from 'lru-cache';

};
const cache = LRU<string, T>(config);
const cache = new LRU<string, T>(config);
this.caches.set(name, cache);

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