@types/sanitize-html
Advanced tools
Comparing version 2.9.5 to 2.11.0
@@ -35,2 +35,3 @@ import { ParserOptions } from "htmlparser2"; | ||
selfClosing: string[]; | ||
nonBooleanAttributes: string[]; | ||
} | ||
@@ -80,2 +81,3 @@ | ||
enforceHtmlBoundary?: boolean | undefined; | ||
nonBooleanAttributes?: string[]; | ||
} | ||
@@ -82,0 +84,0 @@ |
{ | ||
"name": "@types/sanitize-html", | ||
"version": "2.9.5", | ||
"version": "2.11.0", | ||
"description": "TypeScript definitions for sanitize-html", | ||
@@ -57,2 +57,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sanitize-html", | ||
"url": "https://github.com/alex-rantos" | ||
}, | ||
{ | ||
"name": "Dylan Armstrong", | ||
"githubUsername": "dylanarmstrong", | ||
"url": "https://github.com/dylanarmstrong" | ||
} | ||
@@ -71,4 +76,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "cbf9312b4d463795e96b0dba762e8b89ac70cd0f2f82b0970c082b2503555c33", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "68f607f5fc5857068521dccfce8918e990669697a77e377af21f637b42029a01", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Mon, 05 Feb 2024 06:35:31 GMT | ||
* Dependencies: [htmlparser2](https://npmjs.com/package/htmlparser2) | ||
# Credits | ||
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten), [Afshin Darian](https://github.com/afshin), [Rinze de Laat](https://github.com/biermeester), [Johan Davidsson](https://github.com/johandavidson), [Jianrong Yu](https://github.com/YuJianrong), [GP](https://github.com/paambaati), [Dariusz Syncerek](https://github.com/dsyncerek), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Pirasis Leelatanon](https://github.com/1pete), and [Alex Rantos](https://github.com/alex-rantos). | ||
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten), [Afshin Darian](https://github.com/afshin), [Rinze de Laat](https://github.com/biermeester), [Johan Davidsson](https://github.com/johandavidson), [Jianrong Yu](https://github.com/YuJianrong), [GP](https://github.com/paambaati), [Dariusz Syncerek](https://github.com/dsyncerek), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Pirasis Leelatanon](https://github.com/1pete), [Alex Rantos](https://github.com/alex-rantos), and [Dylan Armstrong](https://github.com/dylanarmstrong). |
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
8118
75