Comparing version 0.0.20-alpha to 0.0.21-alpha
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2592
0
52