@types/sanitize-html
Advanced tools
Comparing version 1.23.0 to 1.23.1
@@ -64,3 +64,3 @@ // Type definitions for sanitize-html 1.23.0 | ||
allowedTags?: string[] | boolean; | ||
textFilter?: (text: string) => string; | ||
textFilter?: (text: string, tagName: string) => string; | ||
exclusiveFilter?: (frame: IFrame) => boolean; | ||
@@ -67,0 +67,0 @@ nonTextTags?: string[]; |
{ | ||
"name": "@types/sanitize-html", | ||
"version": "1.23.0", | ||
"version": "1.23.1", | ||
"description": "TypeScript definitions for sanitize-html", | ||
@@ -74,4 +74,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f70452951cdc33d1b87939bda9e8da63e1d86a52eb5de5f2323c3bc6733f349f", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "7620c461990b3e96df5fafb1df6e82ebe4fa1f8bd588ac465a55768838fef3dd", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:35:43 GMT | ||
* Last updated: Wed, 10 Jun 2020 23:16:00 GMT | ||
* Dependencies: [@types/htmlparser2](https://npmjs.com/package/@types/htmlparser2) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7225