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 6.0.0 to 7.0.0

10

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

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

"dependencies": {
"rehype-parse": "^5.0.0",
"rehype-stringify": "^4.0.0",
"rehype-parse": "^6.0.0",
"rehype-stringify": "^5.0.0",
"unified": "^7.0.0"

@@ -25,5 +25,5 @@ },

"bugs": "https://github.com/rehypejs/rehype/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -30,0 +30,0 @@ "files": [

@@ -1,14 +0,59 @@

# rehype [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]
# rehype
The [**rehype**][rehype] processor is an HTML processor powered by
[plug-ins][plugins].
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
[![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]
**[rehype][]** is an HTML processor powered by [plugins][] part of the
[unified][] [collective][].
Don’t need the parser? Or the compiler? [That’s OK][unified-usage].
* API by [`unified`][unified]
* Parses HTML to the tree with [`rehype-parse`][parse]
* **[hast][]** syntax tree
* [Plugins][] transform the tree
* Compiles the tree to markdown using [`rehype-stringify`][stringify]
Don’t need the parser?
Or the compiler?
[That’s OK][unified-usage].
* * *
**Announcing the unified collective! 🎉
[Read more about it on Medium »][announcement]**
## Sponsors
<!--lint ignore no-html maximum-line-length-->
<table>
<tr valign="top">
<td width="20%" align="center">
<a href="https://zeit.co"><img src="https://avatars1.githubusercontent.com/u/14985020?s=400&v=4"></a>
<br><br>🥇
<a href="https://zeit.co">ZEIT</a>
</td>
<td width="20%" align="center">
<a href="https://www.gatsbyjs.org"><img src="https://avatars1.githubusercontent.com/u/12551863?s=400&v=4"></a>
<br><br>🥇
<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>
</td>
<td width="20%" align="center">
<a href="https://www.holloway.com"><img src="https://avatars1.githubusercontent.com/u/35904294?s=400&v=4"></a>
<br><br>
<a href="https://www.holloway.com">Holloway</a>
</td>
<td width="20%" align="center">
<br><br><br><br>
<a href="https://opencollective.com/unified"><strong>You?</strong>
</td>
</tr>
</table>
## Installation

@@ -51,18 +96,26 @@

[build-badge]: https://img.shields.io/travis/rehypejs/rehype.svg
[build-badge]: https://img.shields.io/travis/rehypejs/rehype/master.svg
[build-status]: https://travis-ci.org/rehypejs/rehype
[build]: https://travis-ci.org/rehypejs/rehype
[coverage-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype.svg
[coverage-status]: https://codecov.io/github/rehypejs/rehype
[coverage]: https://codecov.io/github/rehypejs/rehype
[chat-badge]: https://img.shields.io/gitter/room/rehypejs/Lobby.svg
[downloads-badge]: https://img.shields.io/npm/dm/rehype.svg
[chat]: https://gitter.im/rehypejs/Lobby
[downloads]: https://www.npmjs.com/package/rehype
[license]: https://github.com/rehypejs/rehype/blob/master/LICENSE
[size-badge]: https://img.shields.io/bundlephobia/minzip/rehype.svg
[author]: http://wooorm.com
[size]: https://bundlephobia.com/result?p=rehype
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://spectrum.chat/unified/rehype
[license]: https://github.com/rehypejs/rehype/blob/master/license
[author]: https://wooorm.com
[npm]: https://docs.npmjs.com/cli/install

@@ -83,1 +136,5 @@

[unified-usage]: https://github.com/unifiedjs/unified#usage
[collective]: https://opencollective.com/unified
[announcement]: https://medium.com/unifiedjs/collectively-evolving-through-crowdsourcing-22c359ea95cc
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