@types/strict-uri-encode
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,8 +0,3 @@ | ||
// Type definitions for strict-uri-encode 2.0 | ||
// Project: https://github.com/kevva/strict-uri-encode#readme | ||
// Definitions by: Keiichiro Amemiya <https://github.com/hoishin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export = strict_uri_encode; | ||
declare function strict_uri_encode(str: string): string; |
{ | ||
"name": "@types/strict-uri-encode", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for strict-uri-encode", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode", | ||
"license": "MIT", | ||
@@ -9,15 +10,17 @@ "contributors": [ | ||
"name": "Keiichiro Amemiya", | ||
"url": "https://github.com/hoishin", | ||
"githubUsername": "hoishin" | ||
"githubUsername": "hoishin", | ||
"url": "https://github.com/hoishin" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/strict-uri-encode" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b2ecdd26a2c64036b38041d7fad2a23386416d829f408cfaeb85fa2bdbd4cf6a", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "c1b0c997b13e03fd9e07a417b97d5ed8a04c37cea2087aabfe4a86061350e2a1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,16 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode/index.d.ts) | ||
````ts | ||
export = strict_uri_encode; | ||
Additional Details | ||
* Last updated: Fri, 23 Mar 2018 22:51:43 GMT | ||
declare function strict_uri_encode(str: string): string; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Keiichiro Amemiya <https://github.com/hoishin>. | ||
These definitions were written by [Keiichiro Amemiya](https://github.com/hoishin). |
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
2788
0
23
2