@types/query-string
Advanced tools
Comparing version 6.1.1 to 6.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for query-string 6.1 | ||
// Type definitions for query-string 6.2 | ||
// Project: https://github.com/sindresorhus/query-string | ||
@@ -8,2 +8,3 @@ // Definitions by: Sam Verschueren <https://github.com/SamVerschueren> | ||
// Josh Holmer <https://github.com/shssoichiro> | ||
// Simon Van den Broeck <https://github.com/jarrku> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -37,2 +38,3 @@ // TypeScript Version: 2.2 | ||
arrayFormat?: 'bracket' | 'index' | 'none'; | ||
sort?: ((m: string, n: string) => boolean) | boolean; | ||
} | ||
@@ -39,0 +41,0 @@ |
{ | ||
"name": "@types/query-string", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "TypeScript definitions for query-string", | ||
@@ -31,5 +31,11 @@ "license": "MIT", | ||
"githubUsername": "shssoichiro" | ||
}, | ||
{ | ||
"name": "Simon Van den Broeck", | ||
"url": "https://github.com/jarrku", | ||
"githubUsername": "jarrku" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -41,4 +47,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "17d1e86e1c830de7776278316d9a03960aaea5152914749e037c24ad276160c2", | ||
"typesPublisherContentHash": "9da20d79605f8f30f3782a95be6524e98e3b3614652c4a2f5577ac127a6964bf", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 10 Oct 2018 22:44:29 GMT | ||
* Last updated: Thu, 03 Jan 2019 21:30:27 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>, Tanguy Krotoff <https://github.com/tkrotoff>, HuHuanming <https://github.com/huhuanming>, Madara Uchiha <https://github.com/MadaraUchiha>, Josh Holmer <https://github.com/shssoichiro>. | ||
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>, Tanguy Krotoff <https://github.com/tkrotoff>, HuHuanming <https://github.com/huhuanming>, Madara Uchiha <https://github.com/MadaraUchiha>, Josh Holmer <https://github.com/shssoichiro>, Simon Van den Broeck <https://github.com/jarrku>. |
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
4981
40