@types/querystringify
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for querystringify 2.0 | ||
// Project: https://github.com/unshiftio/querystringify | ||
// Definitions by: Ilya Verbitskiy <https://github.com/ilich> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
@@ -7,0 +2,0 @@ export function parse(query: string): object; |
{ | ||
"name": "@types/querystringify", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for querystringify", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify", | ||
"license": "MIT", | ||
@@ -9,15 +10,17 @@ "contributors": [ | ||
"name": "Ilya Verbitskiy", | ||
"url": "https://github.com/ilich", | ||
"githubUsername": "ilich" | ||
"githubUsername": "ilich", | ||
"url": "https://github.com/ilich" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/querystringify" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4be00a56a4a7694d302044ba4acb76fa91ecae583f8fe13a114a8ee09e7d10b8", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "f4ddb3e7ce73c333c6832c0ef59103ea752540694ede55b23168597ae8e0e0a6", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,18 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify/index.d.ts) | ||
````ts | ||
// TypeScript Version: 2.2 | ||
export function parse(query: string): object; | ||
Additional Details | ||
* Last updated: Wed, 20 Jun 2018 00:10:18 GMT | ||
// TypeScript Version: 2.2 | ||
export function stringify(obj: object, prefix?: string | boolean): string; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ilya Verbitskiy <https://github.com/ilich>. | ||
These definitions were written by [Ilya Verbitskiy](https://github.com/ilich). |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2928
0
25
4