Comparing version 6.5.2 to 6.5.3
@@ -1,2 +0,2 @@ | ||
// Type definitions for qs 6.5.0 | ||
// Type definitions for qs 6.5 | ||
// Project: https://github.com/ljharb/qs | ||
@@ -9,2 +9,3 @@ // Definitions by: Roman Korneev <https://github.com/RWander> | ||
// Carlos Bonetti <https://github.com/CarlosBonetti> | ||
// Dan Smith <https://github.com/dpsmith3> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -34,2 +35,3 @@ | ||
interface IParseOptions { | ||
comma?: boolean; | ||
delimiter?: string | RegExp; | ||
@@ -36,0 +38,0 @@ depth?: number; |
{ | ||
"name": "@types/qs", | ||
"version": "6.5.2", | ||
"version": "6.5.3", | ||
"description": "TypeScript definitions for qs", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "CarlosBonetti" | ||
}, | ||
{ | ||
"name": "Dan Smith", | ||
"url": "https://github.com/dpsmith3", | ||
"githubUsername": "dpsmith3" | ||
} | ||
@@ -48,4 +53,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "669fb437595aff9b360ad8d02c1bf6f69468a6778dadc3a08ca6e132b55c740a", | ||
"typesPublisherContentHash": "faba65fe1700af3d6d1582b1ece4d0889a09d5b9d2f7d622a0782c78aa05c699", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 02 Mar 2019 01:09:25 GMT | ||
* Last updated: Tue, 09 Apr 2019 17:21:11 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: qs | ||
# Credits | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>, Belinda Teh <https://github.com/tehbelinda>, Melvin Lee <https://github.com/zyml>, Arturs Vonda <https://github.com/artursvonda>, Carlos Bonetti <https://github.com/CarlosBonetti>. | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>, Belinda Teh <https://github.com/tehbelinda>, Melvin Lee <https://github.com/zyml>, Arturs Vonda <https://github.com/artursvonda>, Carlos Bonetti <https://github.com/CarlosBonetti>, Dan Smith <https://github.com/dpsmith3>. |
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
5275
46