Comparing version 4.0.0 to 5.0.0
{ | ||
"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 |
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
3302
+ Addedhast-util-from-parse5@2.1.0(transitive)
+ Addedparse5@4.0.0(transitive)
+ Addedrehype-parse@4.1.0(transitive)
- Removedhas@1.0.4(transitive)
- Removedhast-util-from-parse5@1.1.0(transitive)
- Removedparse5@2.2.3(transitive)
- Removedrehype-parse@3.1.0(transitive)
Updatedrehype-parse@^4.0.0