Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rehype

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

4

package.json
{
"name": "rehype",
"version": "4.0.0",
"version": "5.0.0",
"description": "HTML processor powered by plugins",

@@ -17,3 +17,3 @@ "license": "MIT",

"dependencies": {
"rehype-parse": "^3.0.0",
"rehype-parse": "^4.0.0",
"rehype-stringify": "^3.0.0",

@@ -20,0 +20,0 @@ "unified": "^6.0.0"

@@ -6,7 +6,7 @@ # rehype [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]

* Interface by [**unified**][unified];
* [**hast**][hast] syntax tree;
* Parses HTML to the tree with [**rehype-parse**][parse];
* [Plug-ins][plugins] transform the tree;
* Compiles the tree to HTML using [**rehype-stringify**][stringify].
* Interface by [**unified**][unified]
* [**hast**][hast] syntax tree
* Parses HTML to the tree with [**rehype-parse**][parse]
* [Plug-ins][plugins] transform the tree
* Compiles the tree to HTML using [**rehype-stringify**][stringify]

@@ -72,5 +72,5 @@ Don’t need the parser? Or the compiler? [That’s OK][unified-usage].

[unified]: https://github.com/wooorm/unified
[unified]: https://github.com/unifiedjs/unified
[hast]: https://github.com/wooorm/hast
[hast]: https://github.com/syntax-tree/hast

@@ -83,2 +83,2 @@ [parse]: https://github.com/wooorm/rehype/blob/master/packages/rehype-parse

[unified-usage]: https://github.com/wooorm/unified#usage
[unified-usage]: https://github.com/unifiedjs/unified#usage
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