@types/cacache
Advanced tools
Comparing version 15.0.0 to 15.0.1
@@ -48,3 +48,3 @@ // Type definitions for cacache 15.0 | ||
*/ | ||
integrity?: string; | ||
integrity?: string | undefined; | ||
@@ -67,3 +67,3 @@ /** | ||
*/ | ||
memoize?: null | boolean; | ||
memoize?: null | boolean | undefined; | ||
@@ -75,3 +75,3 @@ /** | ||
*/ | ||
size?: number; | ||
size?: number | undefined; | ||
} | ||
@@ -152,3 +152,3 @@ | ||
*/ | ||
algorithms?: string[]; | ||
algorithms?: string[] | undefined; | ||
@@ -162,3 +162,3 @@ /** | ||
*/ | ||
integrity?: string; | ||
integrity?: string | undefined; | ||
@@ -184,3 +184,3 @@ /** Arbitrary metadata to be attached to the inserted key. */ | ||
*/ | ||
memoize?: null | boolean; | ||
memoize?: null | boolean | undefined; | ||
@@ -192,3 +192,3 @@ /** | ||
*/ | ||
size?: number; | ||
size?: number | undefined; | ||
@@ -200,3 +200,3 @@ /** | ||
*/ | ||
tmpPrefix?: null | string; | ||
tmpPrefix?: null | string | undefined; | ||
} | ||
@@ -246,3 +246,3 @@ | ||
*/ | ||
concurrency?: number; | ||
concurrency?: number | undefined; | ||
@@ -254,3 +254,3 @@ /** | ||
*/ | ||
filter?: string | false; | ||
filter?: string | false | undefined; | ||
@@ -264,3 +264,3 @@ /** | ||
*/ | ||
log?: Record<string, (...args: any[]) => any>; | ||
log?: Record<string, (...args: any[]) => any> | undefined; | ||
@@ -272,3 +272,3 @@ /** | ||
*/ | ||
tmpPrefix?: null | string; | ||
tmpPrefix?: null | string | undefined; | ||
} | ||
@@ -317,3 +317,3 @@ | ||
*/ | ||
concurrency?: number; | ||
concurrency?: number | undefined; | ||
@@ -325,3 +325,3 @@ /** | ||
*/ | ||
filter?: string | false; | ||
filter?: string | false | undefined; | ||
@@ -335,3 +335,3 @@ /** | ||
*/ | ||
log?: Record<string, (...args: any[]) => any>; | ||
log?: Record<string, (...args: any[]) => any> | undefined; | ||
} | ||
@@ -338,0 +338,0 @@ |
{ | ||
"name": "@types/cacache", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"description": "TypeScript definitions for cacache", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cacache", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "ef8f81bbda8489d66422e19a09ad71b4dc0939cd2571ac95909034ef16b2084e", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "3fab20ea3e9c50d45a10d1bde74fe54b21b80f967e35ceeee86990a724754b4f", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Feb 2021 06:50:41 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:48 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17205
0
0