@types/sanitize-html
Advanced tools
Comparing version 2.9.4 to 2.9.5
@@ -24,3 +24,3 @@ import { ParserOptions } from "htmlparser2"; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IDefaults { | ||
@@ -38,3 +38,3 @@ allowedAttributes: Record<string, AllowedAttribute[]>; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrame { | ||
@@ -48,3 +48,3 @@ tag: string; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IOptions { | ||
@@ -51,0 +51,0 @@ allowedAttributes?: Record<string, AllowedAttribute[]> | false | undefined; |
{ | ||
"name": "@types/sanitize-html", | ||
"version": "2.9.4", | ||
"version": "2.9.5", | ||
"description": "TypeScript definitions for sanitize-html", | ||
@@ -70,4 +70,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sanitize-html", | ||
}, | ||
"typesPublisherContentHash": "8d5d4327e97a7a4b118d4c0599fc23f024bcf2e3ec817f683e7a557c7accf642", | ||
"typesPublisherContentHash": "cbf9312b4d463795e96b0dba762e8b89ac70cd0f2f82b0970c082b2503555c33", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 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
7819