@types/sanitize-html
Advanced tools
Comparing version 1.13.30 to 1.13.31
@@ -38,6 +38,6 @@ // Type definitions for sanitize-html 1.13.0 | ||
interface IOptions { | ||
allowedAttributes?: { [index: string]: string[] }; | ||
allowedClasses?: { [index: string]: string[] }; | ||
allowedSchemes?: string[]; | ||
allowedTags?: string[]; | ||
allowedAttributes?: { [index: string]: string[] } | boolean; | ||
allowedClasses?: { [index: string]: string[] } | boolean; | ||
allowedSchemes?: string[] | boolean; | ||
allowedTags?: string[] | boolean; | ||
exclusiveFilter?: (frame: IFrame) => boolean; | ||
@@ -44,0 +44,0 @@ nonTextTags?: string[]; |
{ | ||
"name": "@types/sanitize-html", | ||
"version": "1.13.30", | ||
"version": "1.13.31", | ||
"description": "TypeScript definitions for sanitize-html 1.13.0", | ||
@@ -14,3 +14,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typings": "index.d.ts" | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "835459fc02d0882a0a8f60d07d512b8e8b0257af86caeebf79081a0eb1ac4c29" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:10 GMT | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -24,3 +24,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "08558f770a74b676c881affe89f311bb283681c9d17d74b59f0c1dcbd9922ad8" | ||
"contentHash": "835459fc02d0882a0a8f60d07d512b8e8b0257af86caeebf79081a0eb1ac4c29" | ||
} |
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
3544