Socket
Socket
Sign inDemoInstall

@types/qs

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/qs - npm Package Compare versions

Comparing version 6.9.5 to 6.9.6

2

qs/index.d.ts

@@ -61,3 +61,3 @@ // Type definitions for qs 6.9

function parse(str: string, options?: IParseOptions & { decoder?: never }): ParsedQs;
function parse(str: string, options?: IParseOptions): { [key: string]: unknown };
function parse(str: string | Record<string, string>, options?: IParseOptions): { [key: string]: unknown };
}
{
"name": "@types/qs",
"version": "6.9.5",
"version": "6.9.6",
"description": "TypeScript definitions for qs",

@@ -62,4 +62,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "1a8820a6aece2344fa333148c105b71a132db5e68f839c47934a78889cd44574",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "ed1e4bee2cc164dc642a0181f4dc67b58920c0255611cd679ffdeb6ba5ea7ff9",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 16 Sep 2020 23:05:37 GMT
* Last updated: Sun, 07 Mar 2021 09:24:34 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `qs`

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