@types/minimatch
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -38,3 +38,3 @@ // Type definitions for Minimatch 3.0 | ||
*/ | ||
debug?: boolean; | ||
debug?: boolean | undefined; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
nobrace?: boolean; | ||
nobrace?: boolean | undefined; | ||
@@ -54,3 +54,3 @@ /** | ||
*/ | ||
noglobstar?: boolean; | ||
noglobstar?: boolean | undefined; | ||
@@ -63,3 +63,3 @@ /** | ||
*/ | ||
dot?: boolean; | ||
dot?: boolean | undefined; | ||
@@ -71,3 +71,3 @@ /** | ||
*/ | ||
noext?: boolean; | ||
noext?: boolean | undefined; | ||
@@ -79,3 +79,3 @@ /** | ||
*/ | ||
nocase?: boolean; | ||
nocase?: boolean | undefined; | ||
@@ -89,3 +89,3 @@ /** | ||
*/ | ||
nonull?: boolean; | ||
nonull?: boolean | undefined; | ||
@@ -98,3 +98,3 @@ /** | ||
*/ | ||
matchBase?: boolean; | ||
matchBase?: boolean | undefined; | ||
@@ -107,3 +107,3 @@ /** | ||
*/ | ||
nocomment?: boolean; | ||
nocomment?: boolean | undefined; | ||
@@ -115,3 +115,3 @@ /** | ||
*/ | ||
nonegate?: boolean; | ||
nonegate?: boolean | undefined; | ||
@@ -124,3 +124,3 @@ /** | ||
*/ | ||
flipNegate?: boolean; | ||
flipNegate?: boolean | undefined; | ||
} | ||
@@ -127,0 +127,0 @@ |
{ | ||
"name": "@types/minimatch", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for Minimatch", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch", | ||
"license": "MIT", | ||
@@ -27,4 +28,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "85c664aff6e2fa33838e58fff278a03bfc92e75debbcbc24f3b9cf9b03daa8f0", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "ce8670ab7ddb0b32136aa0f819c3e7d791e75f04ff991f2f1baa3a9967dd61c0", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 02:21:11 GMT | ||
* Last updated: Wed, 07 Jul 2021 00:01:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8199