sanitize-html
Advanced tools
Comparing version 1.14.2 to 1.14.3
{ | ||
"name": "sanitize-html", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"htmlparser2": "^3.9.0", | ||
"regexp-quote": "0.0.0", | ||
"lodash.escaperegexp": "^4.1.2", | ||
"xtend": "^4.0.0" | ||
@@ -31,0 +31,0 @@ }, |
@@ -369,2 +369,3 @@ # sanitize-html | ||
1.14.3: inadvertent removal of lodash regexp quote dependency in 1.14.2 has been corrected. | ||
1.14.2: protocol-relative URL detection must spot URLs starting with `\\` rather than `//` due to ages-old tolerance features of web browsers, intended for sleepy Windows developers. Thanks to Martin Bajanik. | ||
@@ -371,0 +372,0 @@ 1.14.1: documented `allowProtocolRelative` option. No code changes from 1.14.0, released a few moments ago. |
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
59351
481
+ Addedlodash.escaperegexp@^4.1.2
+ Addedlodash.escaperegexp@4.1.2(transitive)
- Removedregexp-quote@0.0.0
- Removedregexp-quote@0.0.0(transitive)