@types/html-escaper
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -1,2 +0,1 @@ | ||
export function escape(str: string): string; | ||
export function unescape(str: string): string; | ||
export { escape, unescape } from "./index.d.cjs"; |
{ | ||
"name": "@types/html-escaper", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for html-escaper", | ||
@@ -14,4 +14,10 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper", | ||
], | ||
"type": "module", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"exports": { | ||
"import": "./index.d.ts", | ||
"default": "./index.d.cts", | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
@@ -24,4 +30,5 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2f57f8ed8100386886282ad1760f3f4c760fd3a66e1f2b6fd52a0b3304c5e388", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d4b2c7ee2691d4e9609afd5ae9ef19602fee5dbfb787ce8d0fea4d286c8fbec6", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -9,11 +9,5 @@ # 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: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Wed, 29 Jan 2025 04:35:03 GMT | ||
* Dependencies: none | ||
@@ -20,0 +14,0 @@ |
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
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
2861
5
Yes
45436
1
16