Comparing version 6.4.0 to 6.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for qs 6.4.0 | ||
// Type definitions for qs 6.5.0 | ||
// Project: https://github.com/ljharb/qs | ||
@@ -7,2 +7,3 @@ // Definitions by: Roman Korneev <https://github.com/RWander> | ||
// Melvin Lee <https://github.com/zyml> | ||
// Arturs Vonda <https://github.com/artursvonda> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -27,2 +28,3 @@ | ||
encodeValuesOnly?: boolean; | ||
addQueryPrefix?: boolean; | ||
} | ||
@@ -41,2 +43,3 @@ | ||
strictNullHandling?: boolean; | ||
ignoreQueryPrefix?: boolean; | ||
} | ||
@@ -43,0 +46,0 @@ |
{ | ||
"name": "@types/qs", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "TypeScript definitions for qs", | ||
@@ -22,2 +22,6 @@ "license": "MIT", | ||
"url": "https://github.com/zyml" | ||
}, | ||
{ | ||
"name": "Arturs Vonda", | ||
"url": "https://github.com/artursvonda" | ||
} | ||
@@ -33,4 +37,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7d8fe9da45754879a02e884d6d8e6d5ee8f4a45039a04eaff2076b0cf945fa88", | ||
"typesPublisherContentHash": "3b36c396217f35b49132c8abebc0a481a5103f79bf764a7401976e31c13dc77e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 30 Jun 2017 21:28:46 GMT | ||
* Last updated: Wed, 05 Jul 2017 14:31:12 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>. | ||
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>. |
Sorry, the diff of this file is not supported yet
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
4505
42