rehype-stringify
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "rehype-stringify", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "HTML compiler for rehype", | ||
@@ -17,2 +17,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/rehypejs/rehype/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -27,5 +31,5 @@ "contributors": [ | ||
"hast-util-to-html": "^6.0.0", | ||
"xtend": "^4.0.1" | ||
"xtend": "^4.0.0" | ||
}, | ||
"xo": false | ||
} |
@@ -34,7 +34,8 @@ # rehype-stringify | ||
<br><br>🥇 | ||
<a href="https://www.gatsbyjs.org">Gatsby</a></td> | ||
<a href="https://www.gatsbyjs.org">Gatsby</a> | ||
</td> | ||
<td width="20%" align="center"> | ||
<a href="https://compositor.io"><img src="https://avatars1.githubusercontent.com/u/19245838?s=400&v=4"></a> | ||
<br><br>🥉 | ||
<a href="https://compositor.io">Compositor</a> | ||
<a href="https://www.netlify.com"><img src="https://avatars1.githubusercontent.com/u/7892489?s=400&v=4"></a> | ||
<br><br>🥇 | ||
<a href="https://www.netlify.com">Netlify</a> | ||
</td> | ||
@@ -95,2 +96,8 @@ <td width="20%" align="center"> | ||
## Security | ||
As **rehype** works on HTML, and improper use of HTML can open you up to a | ||
[cross-site scripting (XSS)][xss] attack, use of rehype can also be unsafe. | ||
Use [`rehype-sanitize`][sanitize] to make the tree safe. | ||
## Contribute | ||
@@ -175,1 +182,5 @@ | ||
[announcement]: https://medium.com/unifiedjs/collectively-evolving-through-crowdsourcing-22c359ea95cc | ||
[sanitize]: https://github.com/rehypejs/rehype-sanitize | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting |
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
6626
184
Updatedxtend@^4.0.0