Socket
Socket
Sign inDemoInstall

@types/lru-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

10

lru-cache/index.d.ts

@@ -130,3 +130,3 @@ // Type definitions for lru-cache 5.1

*/
max?: number;
max?: number | undefined;

@@ -138,3 +138,3 @@ /**

*/
maxAge?: number;
maxAge?: number | undefined;

@@ -169,3 +169,3 @@ /**

*/
stale?: boolean;
stale?: boolean | undefined;

@@ -178,3 +178,3 @@ /**

*/
noDisposeOnSet?: boolean;
noDisposeOnSet?: boolean | undefined;

@@ -187,3 +187,3 @@ /**

*/
updateAgeOnGet?: boolean;
updateAgeOnGet?: boolean | undefined;
}

@@ -190,0 +190,0 @@

{
"name": "@types/lru-cache",
"version": "5.1.0",
"version": "5.1.1",
"description": "TypeScript definitions for lru-cache",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lru-cache",
"license": "MIT",

@@ -19,3 +20,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +29,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "e788fbaa8d876861ea50498a7ad67836060b1dd5b861e0bf5f0dd307bb5dc4bd",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "0ca9e508a03760598fc46f2d2546f293575b69fd823ccc42a80c56f579d650db",
"typeScriptVersion": "3.6"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for lru-cache ( https://github.com/isaacs/node-lru-cache ).
This package contains type definitions for lru-cache (https://github.com/isaacs/node-lru-cache).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lru-cache
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lru-cache.
Additional Details
* Last updated: Sat, 23 Feb 2019 00:30:37 GMT
### Additional Details
* Last updated: Tue, 06 Jul 2021 22:02:58 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, BendingBender <https://github.com/BendingBender>.
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), and [BendingBender](https://github.com/BendingBender).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc