sanitize-html
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -86,2 +86,5 @@ const htmlparser = require('htmlparser2'); | ||
} | ||
if (typeof html === 'number') { | ||
html = html.toString(); | ||
} | ||
@@ -88,0 +91,0 @@ let result = ''; |
{ | ||
"name": "sanitize-html", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
53105
769