@types/glob
Advanced tools
Comparing version 7.1.3 to 7.1.4
@@ -29,31 +29,31 @@ // Type definitions for Glob 7.1 | ||
interface IOptions extends minimatch.IOptions { | ||
cwd?: string; | ||
root?: string; | ||
dot?: boolean; | ||
nomount?: boolean; | ||
mark?: boolean; | ||
nosort?: boolean; | ||
stat?: boolean; | ||
silent?: boolean; | ||
strict?: boolean; | ||
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> }; | ||
statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined }; | ||
symlinks?: { [path: string]: boolean | undefined }; | ||
realpathCache?: { [path: string]: string }; | ||
sync?: boolean; | ||
nounique?: boolean; | ||
nonull?: boolean; | ||
debug?: boolean; | ||
nobrace?: boolean; | ||
noglobstar?: boolean; | ||
noext?: boolean; | ||
nocase?: boolean; | ||
cwd?: string | undefined; | ||
root?: string | undefined; | ||
dot?: boolean | undefined; | ||
nomount?: boolean | undefined; | ||
mark?: boolean | undefined; | ||
nosort?: boolean | undefined; | ||
stat?: boolean | undefined; | ||
silent?: boolean | undefined; | ||
strict?: boolean | undefined; | ||
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> } | undefined; | ||
statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined } | undefined; | ||
symlinks?: { [path: string]: boolean | undefined } | undefined; | ||
realpathCache?: { [path: string]: string } | undefined; | ||
sync?: boolean | undefined; | ||
nounique?: boolean | undefined; | ||
nonull?: boolean | undefined; | ||
debug?: boolean | undefined; | ||
nobrace?: boolean | undefined; | ||
noglobstar?: boolean | undefined; | ||
noext?: boolean | undefined; | ||
nocase?: boolean | undefined; | ||
matchBase?: any; | ||
nodir?: boolean; | ||
ignore?: string | ReadonlyArray<string>; | ||
follow?: boolean; | ||
realpath?: boolean; | ||
nonegate?: boolean; | ||
nocomment?: boolean; | ||
absolute?: boolean; | ||
nodir?: boolean | undefined; | ||
ignore?: string | ReadonlyArray<string> | undefined; | ||
follow?: boolean | undefined; | ||
realpath?: boolean | undefined; | ||
nonegate?: boolean | undefined; | ||
nocomment?: boolean | undefined; | ||
absolute?: boolean | undefined; | ||
} | ||
@@ -60,0 +60,0 @@ |
{ | ||
"name": "@types/glob", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"description": "TypeScript definitions for Glob", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob", | ||
"license": "MIT", | ||
@@ -40,4 +41,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "7749df2e489409fe93fbc5902be2e14db351a40c53d972c3b2fd802ed2b175e1", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "9c65678f7b7e4a9c5a11737e187e406ff2fa0640018fcc9359b2ec6f7d0eb646", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Jul 2020 23:50:37 GMT | ||
* Last updated: Tue, 06 Jul 2021 20:33:04 GMT | ||
* Dependencies: [@types/minimatch](https://npmjs.com/package/@types/minimatch), [@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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6557