@types/html-escaper
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,7 +0,2 @@ | ||
// Type definitions for html-escaper 3.0 | ||
// Project: https://github.com/WebReflection/html-escaper | ||
// Definitions by: panManfredini <https://github.com/panManfredini> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function escape(str: string): string; | ||
export function unescape(str: string): string; |
{ | ||
"name": "@types/html-escaper", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for html-escaper", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper", | ||
"license": "MIT", | ||
@@ -9,4 +10,4 @@ "contributors": [ | ||
"name": "panManfredini", | ||
"url": "https://github.com/panManfredini", | ||
"githubUsername": "panManfredini" | ||
"githubUsername": "panManfredini", | ||
"url": "https://github.com/panManfredini" | ||
} | ||
@@ -23,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "01af3375a0c9363adce3d09b2a97b4ef8c0ed9893047379779ecf1336bcce1d2", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "1829103032e5e7f25f69ef927729d3686aa8bab3ff4c1cf97c9aff23519b9c9d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,9 +9,14 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper/index.d.ts) | ||
````ts | ||
export function escape(str: string): string; | ||
export function unescape(str: string): string; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 13 May 2020 22:35:37 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [panManfredini](https://github.com/panManfredini). |
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
2766
0
22
2