Comparing version 6.2.30 to 6.2.31
// Type definitions for qs 6.2.0 | ||
// Project: https://github.com/hapijs/qs | ||
// Definitions by: Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu> | ||
// Definitions by: Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>, | ||
// Belinda Teh <https://github.com/tehbelinda> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -19,2 +20,3 @@ | ||
indices?: boolean; | ||
sort?: (a: any, b: any) => number; | ||
} | ||
@@ -21,0 +23,0 @@ |
{ | ||
"name": "@types/qs", | ||
"version": "6.2.30", | ||
"description": "TypeScript definitions for qs 6.2.0", | ||
"version": "6.2.31", | ||
"description": "TypeScript definitions for qs", | ||
"license": "MIT", | ||
"author": "Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>", | ||
"contributors": [ | ||
{ | ||
"name": "Roman Korneev", | ||
"url": "https://github.com/RWander" | ||
}, | ||
{ | ||
"name": "Leon Yu", | ||
"url": "https://github.com/leonyu" | ||
}, | ||
{ | ||
"name": "Belinda Teh", | ||
"url": "https://github.com/tehbelinda" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,4 +27,5 @@ "repository": { | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "c147281b90dbbf0ece118d3dd3fca9b1f09be8841470e0e6e7d85c12afdd3f99" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2c1b15c8980e966cb10231b9636ba421bb3e5bb9a7c0beb7d7bfd83ef0c4afdb", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for qs 6.2.0 (https://github.com/hapijs/qs). | ||
This package contains type definitions for qs (https://github.com/hapijs/qs). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/qs | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/qs | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: QueryString, qs | ||
* Last updated: Wed, 22 Mar 2017 00:33:21 GMT | ||
* Dependencies: none | ||
* Global values: qs | ||
# Credits | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>. | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Leon Yu <https://github.com/leonyu>, Belinda Teh <https://github.com/tehbelinda>. |
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
2673
3
34
17