@types/sanitize-html
Advanced tools
Comparing version 2.11.0 to 2.13.0
@@ -22,3 +22,3 @@ import { ParserOptions } from "htmlparser2"; | ||
type DisallowedTagsModes = "discard" | "escape" | "recursiveEscape"; | ||
type DisallowedTagsModes = "discard" | "escape" | "recursiveEscape" | "completelyDiscard"; | ||
@@ -25,0 +25,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
{ | ||
"name": "@types/sanitize-html", | ||
"version": "2.11.0", | ||
"version": "2.13.0", | ||
"description": "TypeScript definitions for sanitize-html", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sanitize-html", | ||
}, | ||
"typesPublisherContentHash": "68f607f5fc5857068521dccfce8918e990669697a77e377af21f637b42029a01", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "25492432784f9ea732113be74ac722ae8e28a718cf27769a5b44b61f98c156b6", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 05 Feb 2024 06:35:31 GMT | ||
* Last updated: Sun, 18 Aug 2024 19:35:50 GMT | ||
* Dependencies: [htmlparser2](https://npmjs.com/package/htmlparser2) | ||
@@ -14,0 +14,0 @@ |
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
8140