Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/query-string

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/query-string - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

5

query-string/index.d.ts

@@ -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;

14

query-string/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc