@types/glob
Advanced tools
Comparing version 7.1.4 to 7.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Glob 7.1 | ||
// Type definitions for Glob 7.2 | ||
// Project: https://github.com/isaacs/node-glob | ||
@@ -13,2 +13,3 @@ // Definitions by: vvakame <https://github.com/vvakame> | ||
import minimatch = require("minimatch"); | ||
import fs = require("fs"); | ||
@@ -59,2 +60,3 @@ declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): G.IGlob; | ||
absolute?: boolean | undefined; | ||
fs?: typeof fs; | ||
} | ||
@@ -61,0 +63,0 @@ |
{ | ||
"name": "@types/glob", | ||
"version": "7.1.4", | ||
"version": "7.2.0", | ||
"description": "TypeScript definitions for Glob", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob", | ||
}, | ||
"typesPublisherContentHash": "9c65678f7b7e4a9c5a11737e187e406ff2fa0640018fcc9359b2ec6f7d0eb646", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "436848b740c6ebcf1bfea5b5542b494eb73ed390b43a18c3dffa26ce9bad0aa8", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:33:04 GMT | ||
* Last updated: Tue, 19 Oct 2021 22:01:22 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
6608
78