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 6.1.1 to 6.2.0

4

query-string/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for query-string 6.1
// Type definitions for query-string 6.2
// Project: https://github.com/sindresorhus/query-string

@@ -8,2 +8,3 @@ // Definitions by: Sam Verschueren <https://github.com/SamVerschueren>

// Josh Holmer <https://github.com/shssoichiro>
// Simon Van den Broeck <https://github.com/jarrku>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -37,2 +38,3 @@ // TypeScript Version: 2.2

arrayFormat?: 'bracket' | 'index' | 'none';
sort?: ((m: string, n: string) => boolean) | boolean;
}

@@ -39,0 +41,0 @@

{
"name": "@types/query-string",
"version": "6.1.1",
"version": "6.2.0",
"description": "TypeScript definitions for query-string",

@@ -31,5 +31,11 @@ "license": "MIT",

"githubUsername": "shssoichiro"
},
{
"name": "Simon Van den Broeck",
"url": "https://github.com/jarrku",
"githubUsername": "jarrku"
}
],
"main": "",
"types": "index",
"repository": {

@@ -41,4 +47,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "17d1e86e1c830de7776278316d9a03960aaea5152914749e037c24ad276160c2",
"typesPublisherContentHash": "9da20d79605f8f30f3782a95be6524e98e3b3614652c4a2f5577ac127a6964bf",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 10 Oct 2018 22:44:29 GMT
* Last updated: Thu, 03 Jan 2019 21:30:27 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>, Tanguy Krotoff <https://github.com/tkrotoff>, HuHuanming <https://github.com/huhuanming>, Madara Uchiha <https://github.com/MadaraUchiha>, Josh Holmer <https://github.com/shssoichiro>.
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>, Tanguy Krotoff <https://github.com/tkrotoff>, HuHuanming <https://github.com/huhuanming>, Madara Uchiha <https://github.com/MadaraUchiha>, Josh Holmer <https://github.com/shssoichiro>, Simon Van den Broeck <https://github.com/jarrku>.
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