Comparing version 6.2.31 to 6.4.0
@@ -1,5 +0,7 @@ | ||
// 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>, | ||
// Belinda Teh <https://github.com/tehbelinda> | ||
// Type definitions for qs 6.4.0 | ||
// Project: https://github.com/ljharb/qs | ||
// Definitions 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> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -21,2 +23,5 @@ | ||
sort?: (a: any, b: any) => number; | ||
serializeDate?: (d: Date) => string; | ||
format?: 'RFC1738' | 'RFC3986'; | ||
encodeValuesOnly?: boolean; | ||
} | ||
@@ -23,0 +28,0 @@ |
{ | ||
"name": "@types/qs", | ||
"version": "6.2.31", | ||
"version": "6.4.0", | ||
"description": "TypeScript definitions for qs", | ||
@@ -18,2 +18,6 @@ "license": "MIT", | ||
"url": "https://github.com/tehbelinda" | ||
}, | ||
{ | ||
"name": "Melvin Lee", | ||
"url": "https://github.com/zyml" | ||
} | ||
@@ -29,4 +33,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2c1b15c8980e966cb10231b9636ba421bb3e5bb9a7c0beb7d7bfd83ef0c4afdb", | ||
"typesPublisherContentHash": "7d8fe9da45754879a02e884d6d8e6d5ee8f4a45039a04eaff2076b0cf945fa88", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for qs (https://github.com/hapijs/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/qs | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 00:33:21 GMT | ||
* Last updated: Fri, 30 Jun 2017 21:28:46 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>. | ||
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>. |
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
4146
4
39