Comparing version 6.9.2 to 6.9.3
@@ -58,3 +58,3 @@ // Type definitions for qs 6.9 | ||
interface ParsedQs { [key: string]: string | string[] | ParsedQs | ParsedQs[] } | ||
interface ParsedQs { [key: string]: undefined | string | string[] | ParsedQs | ParsedQs[] } | ||
@@ -61,0 +61,0 @@ // TODO: The value type here is a "poor man's `unknown`". When these types support TypeScript |
{ | ||
"name": "@types/qs", | ||
"version": "6.9.2", | ||
"version": "6.9.3", | ||
"description": "TypeScript definitions for qs", | ||
@@ -62,4 +62,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6ca7866c8cbb7803dc311abd6a2d41bc9926b3646819fb2cec2e0d32d0b5b29a", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "28ce4a78d1d9136225b1d31700c036c2721ea028ceac960f4a8a3427effec34e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 05 May 2020 16:44:22 GMT | ||
* Last updated: Tue, 19 May 2020 17:44:54 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `qs` |
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
6700