@types/query-string
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -16,3 +16,2 @@ // Type definitions for query-string 5.0 | ||
* Leading ? or # are ignored, so you can pass location.search or location.hash directly. | ||
* @param str | ||
*/ | ||
@@ -29,4 +28,2 @@ export function parse(str: string, options?: ParseOptions): any; | ||
* Stringify an object into a query string, sorting the keys. | ||
* | ||
* @param obj | ||
*/ | ||
@@ -37,5 +34,3 @@ export function stringify(obj: object, options?: StringifyOptions): string; | ||
* Extract a query string from a URL that can be passed into .parse(). | ||
* | ||
* @param str | ||
*/ | ||
export function extract(str: string): string; |
{ | ||
"name": "@types/query-string", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for query-string", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Sam Verschueren", | ||
"url": "https://github.com/SamVerschueren" | ||
"url": "https://github.com/SamVerschueren", | ||
"githubUsername": "SamVerschueren" | ||
}, | ||
{ | ||
"name": "Tanguy Krotoff", | ||
"url": "https://github.com/tkrotoff" | ||
"url": "https://github.com/tkrotoff", | ||
"githubUsername": "tkrotoff" | ||
}, | ||
{ | ||
"name": "HuHuanming", | ||
"url": "https://github.com/huhuanming" | ||
"url": "https://github.com/huhuanming", | ||
"githubUsername": "huhuanming" | ||
} | ||
@@ -28,5 +31,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ccfa9716f34d961c8ec8c90515926ed5e49a72343b4d7dcfec887eb90f785085", | ||
"typesPublisherContentHash": "f879052b6cc0d20b01dfdecaa67df255a6b680bf4f0fb97e2d32fad00cbae7fa", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 28 Jul 2017 17:07:14 GMT | ||
* Last updated: Wed, 25 Oct 2017 16:18:55 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3861
28