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 0.0.20-alpha to 0.0.21-alpha

7

index.d.ts

@@ -6,2 +6,5 @@ // Type definitions for qs

export = QueryString;
export as namespace qs;
declare namespace QueryString {

@@ -33,5 +36,1 @@ interface IStringifyOptions {

}
declare module "qs" {
export = QueryString;
}
{
"name": "@types/qs",
"version": "0.0.20-alpha",
"version": "0.0.21-alpha",
"description": "TypeScript definitions for qs",

@@ -8,2 +8,6 @@ "main": "",

"author": "Roman Korneev <https://github.com/RWander>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:31 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:31 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: QueryString
* Global values: qs, QueryString
# Credits
These definitions were written by Roman Korneev <https://github.com/RWander>.

@@ -13,13 +13,12 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"qs",
"QueryString"
],
"declaredModules": [
"qs"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "ad33a5e8fc709e0f8b12f8e0ab142138a63070496939a145631cb35c2fa417df"
"contentHash": "265aba3abd20ef40f1cc115209ded30a96e1b22d36632f736077af2f3818eb24"
}
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