@types/dompurify
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -58,2 +58,6 @@ // Type definitions for DOM Purify 2.2 | ||
KEEP_CONTENT?: boolean; | ||
/** | ||
* change the default namespace from HTML to something different | ||
*/ | ||
NAMESPACE?: string; | ||
RETURN_DOM?: boolean; | ||
@@ -60,0 +64,0 @@ RETURN_DOM_FRAGMENT?: boolean; |
{ | ||
"name": "@types/dompurify", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for DOM Purify", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d58ba63d85f30889441566efb54a26bd3b03f057dce123c5fa45e0367b23fbe9", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "2c8f14714482402ef49200f9d6f19af5384e1d1ee5c81e4321be9f16e200d25d", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 Jan 2021 23:19:36 GMT | ||
* Last updated: Thu, 29 Apr 2021 19:01:25 GMT | ||
* Dependencies: [@types/trusted-types](https://npmjs.com/package/@types/trusted-types) | ||
@@ -14,0 +14,0 @@ * Global values: `DOMPurify` |
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
7526
92