sanitize-html
Advanced tools
Comparing version 1.27.0 to 1.27.1
## Changelog | ||
1.27.1 (2020-07-15): | ||
- Removes the unused chalk dependency. | ||
- Adds configuration for a Github stale bot. | ||
- Replace `xtend` package with native `Object.assign`. | ||
1.27.0: | ||
@@ -4,0 +9,0 @@ - Adds the `allowedIframeDomains` option. This works similar to `allowedIframeHostnames`, where you would set it to an array of web domains. It would then permit any hostname on those domains to be used in iframe `src` attributes. Thanks to [Stanislav Kravchenko](https://github.com/StanisLove) for the contribution. |
{ | ||
"name": "sanitize-html", | ||
"version": "1.27.0", | ||
"version": "1.27.1", | ||
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis", | ||
@@ -29,8 +29,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"htmlparser2": "^4.1.0", | ||
"lodash": "^4.17.15", | ||
"postcss": "^7.0.27", | ||
"srcset": "^2.0.1", | ||
"xtend": "^4.0.1" | ||
"srcset": "^2.0.1" | ||
}, | ||
@@ -54,2 +52,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4
1638909
26343
- Removedchalk@^2.4.1
- Removedxtend@^4.0.1
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedxtend@4.0.2(transitive)