@types/dompurify
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -86,3 +86,3 @@ // Type definitions for DOM Purify 2.0 | ||
tagName: string; | ||
allowedTags: string[]; | ||
allowedTags: { [key: string]: boolean }; | ||
} | ||
@@ -94,4 +94,4 @@ | ||
keepAttr: boolean; | ||
allowedAttributes: string[]; | ||
allowedAttributes: { [key: string]: boolean }; | ||
} | ||
} | ||
} |
{ | ||
"name": "@types/dompurify", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for DOM Purify", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -39,4 +39,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "09d40cbd5b009d4c50bc9bd96066e12193c7d5f741731a63f0e03d7126ae1c41", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "fccef0efa0efc1c713711f893c920bd1ccd3d001e633b5c740bf06950d64978c", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dompurify | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dompurify. | ||
Additional Details | ||
* Last updated: Mon, 04 Nov 2019 17:03:28 GMT | ||
* Dependencies: @types/trusted-types | ||
* Global values: DOMPurify | ||
### Additional Details | ||
* Last updated: Thu, 26 Dec 2019 16:49:23 GMT | ||
* Dependencies: [@types/trusted-types](https://npmjs.com/package/@types/trusted-types) | ||
* Global values: `DOMPurify` | ||
# Credits | ||
These definitions were written by Dave Taylor <http://davetayls.me>, Samira Bazuzi <https://github.com/bazuzi>, FlowCrypt <https://github.com/FlowCrypt>, and Exigerr <https://github.com/Exigerr>. | ||
These definitions were written by Dave Taylor (http://davetayls.me), Samira Bazuzi (https://github.com/bazuzi), FlowCrypt (https://github.com/FlowCrypt), and Exigerr (https://github.com/Exigerr). |
6529
81