Socket
Socket
Sign inDemoInstall

rehype-parse

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-parse - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

8

package.json
{
"name": "rehype-parse",
"version": "6.0.1",
"version": "6.0.2",
"description": "HTML parser 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)",

@@ -29,5 +33,5 @@ "contributors": [

"parse5": "^5.0.0",
"xtend": "^4.0.1"
"xtend": "^4.0.0"
},
"xo": false
}

@@ -34,7 +34,8 @@ # rehype-parse

<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>

@@ -255,2 +256,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

@@ -345,1 +352,5 @@

[exit]: https://github.com/syntax-tree/unist#exit
[sanitize]: https://github.com/rehypejs/rehype-sanitize
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc