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.5.1 to 6.5.2

2

qs/index.d.ts

@@ -22,3 +22,3 @@ // Type definitions for qs 6.5.0

filter?: Array<string | number> | ((prefix: string, value: any) => any);
arrayFormat?: 'indices' | 'brackets' | 'repeat';
arrayFormat?: 'indices' | 'brackets' | 'repeat' | 'comma';
indices?: boolean;

@@ -25,0 +25,0 @@ sort?: (a: any, b: any) => number;

{
"name": "@types/qs",
"version": "6.5.1",
"version": "6.5.2",
"description": "TypeScript definitions for qs",

@@ -39,10 +39,12 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/qs"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "95a1ffa7727211a2cb92c8a426f7c630833d679c2566dc382b1af9c0126c7318",
"typesPublisherContentHash": "669fb437595aff9b360ad8d02c1bf6f69468a6778dadc3a08ca6e132b55c740a",
"typeScriptVersion": "2.0"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for qs (https://github.com/ljharb/qs).
This package contains type definitions for qs ( https://github.com/ljharb/qs ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs
Additional Details
* Last updated: Wed, 25 Oct 2017 16:18:55 GMT
* Last updated: Sat, 02 Mar 2019 01:09:25 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