Comparing version 6.5.1 to 6.5.2
@@ -22,3 +22,3 @@ // Type definitions for qs 6.5.0 | ||
filter?: Array<string | number> | ((prefix: string, value: any) => any); | ||
arrayFormat?: 'indices' | 'brackets' | 'repeat'; | ||
arrayFormat?: 'indices' | 'brackets' | 'repeat' | 'comma'; | ||
indices?: boolean; | ||
@@ -25,0 +25,0 @@ sort?: (a: any, b: any) => number; |
{ | ||
"name": "@types/qs", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "TypeScript definitions for qs", | ||
@@ -39,10 +39,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/qs" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "95a1ffa7727211a2cb92c8a426f7c630833d679c2566dc382b1af9c0126c7318", | ||
"typesPublisherContentHash": "669fb437595aff9b360ad8d02c1bf6f69468a6778dadc3a08ca6e132b55c740a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for qs (https://github.com/ljharb/qs). | ||
This package contains type definitions for qs ( https://github.com/ljharb/qs ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 16:18:55 GMT | ||
* Last updated: Sat, 02 Mar 2019 01:09:25 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
5007