@types/opossum
Advanced tools
Comparing version 8.1.2 to 8.1.3
@@ -233,3 +233,11 @@ // Type definitions for opossum 8.1 | ||
/** | ||
* The cache time to live (TTL) in milliseconds. | ||
* The default value is 0, which means the cache will never be cleared. | ||
* @default 0 | ||
*/ | ||
cacheTTL?: number; | ||
/** | ||
* Whether to enable the periodic snapshots that are emitted by the Status class. | ||
@@ -236,0 +244,0 @@ * Passing false will result in snapshots not being emitted |
{ | ||
"name": "@types/opossum", | ||
"version": "8.1.2", | ||
"version": "8.1.3", | ||
"description": "TypeScript definitions for opossum", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum", | ||
}, | ||
"typesPublisherContentHash": "886b36ffcdbf37d15f00ad591dba312af7648c0bbec853a368f563e3c0c92823", | ||
"typesPublisherContentHash": "a30009fdeb7a8d80587f3e269e3537c4d91cfb261abb9039c3497ff5b737be28", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Last updated: Sat, 30 Sep 2023 20:35:16 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14446
251