@types/glob
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -36,3 +36,3 @@ // Type definitions for Glob 7.1 | ||
strict?: boolean; | ||
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | string[] }; | ||
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> }; | ||
statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined }; | ||
@@ -51,3 +51,3 @@ symlinks?: { [path: string]: boolean | undefined }; | ||
nodir?: boolean; | ||
ignore?: string | string[]; | ||
ignore?: string | ReadonlyArray<string>; | ||
follow?: boolean; | ||
@@ -75,3 +75,3 @@ realpath?: boolean; | ||
aborted: boolean; | ||
cache: { [path: string]: boolean | 'DIR' | 'FILE' | string[] }; | ||
cache: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> }; | ||
statCache: { [path: string]: false | { isDirectory(): boolean; } | undefined }; | ||
@@ -78,0 +78,0 @@ symlinks: { [path: string]: boolean | undefined }; |
{ | ||
"name": "@types/glob", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "TypeScript definitions for Glob", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "78d17496a0474ac16e1a7cea259c6ae5ba276f2f354ca1d09a7164612ac64835", | ||
"typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 19 Sep 2018 15:30:27 GMT | ||
* Last updated: Thu, 27 Sep 2018 12:34:19 GMT | ||
* Dependencies: events, minimatch, 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
5782
0