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

unified

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unified - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

8

package.json
{
"name": "unified",
"version": "7.0.1",
"version": "7.0.2",
"description": "Pluggable text processing interface",

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

],
"homepage": "http://unified.js.org",
"homepage": "https://unified.js.org",
"repository": "unifiedjs/unified",

@@ -87,3 +87,7 @@ "bugs": "https://github.com/unifiedjs/unified/issues",

]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
}

@@ -13,6 +13,52 @@ # ![unified][logo]

The website for **unified**, [`unified.js.org`][site], provides a less
technical and more practical introduction to unified. Make sure to visit it
and try its introductory [Guides][].
**unified** enabled new exciting projects like [Gatsby][] to pull in markdown,
[MDX][] to embed [JSX][], and [Prettier][] to format it.
It’s used to check code for [Storybook][], [debugger.html][] ([Mozilla][]),
and [opensource.guide][] ([GitHub][]).
* To read about what we’re up to, follow us on [Medium][] and [Twitter][]
* For a less technical and more practical introduction to unified, visit
[`unified.js.org`][site] and try its introductory [Guides][]
* To help us out, see [`contributing.md`][contributing], or become a backer
or sponsor on [Open Collective][collective]
* * *
<!--lint ignore no-html-->
**Announcing the unified collective! 🎉
[Read more about it on Medium »][medium]**
## 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

@@ -53,3 +99,3 @@

no issues found
<!DOCTYPE html>
<!doctype html>
<html lang="en">

@@ -139,5 +185,5 @@ <head>

* [**rehype**][rehype] ([**HAST**][hast]) — HTML
* [**remark**][remark] ([**MDAST**][mdast]) — Markdown
* [**retext**][retext] ([**NLCST**][nlcst]) — Natural language
* [**rehype**][rehype] ([**hast**][hast]) — HTML
* [**remark**][remark] ([**mdast**][mdast]) — Markdown
* [**retext**][retext] ([**nlcst**][nlcst]) — Natural language

@@ -590,3 +636,3 @@ ###### List of Plugins

```html
<!DOCTYPE html>
<!doctype html>
<html lang="en">

@@ -688,3 +734,3 @@ <head>

```html
<!DOCTYPE html>
<!doctype html>
<html lang="en">

@@ -973,13 +1019,16 @@ <head>

**unified** is built by people just like you! Check out
[`contributing.md`][contributing] for ways to get started.
**unified** is built by people just like you!
Check out [`contributing.md`][contributing] for ways to get started.
This project has a [Code of Conduct][coc]. By interacting with this repository,
organisation, or community you agree to abide by its terms.
This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
abide by its terms.
Want to chat with the community and contributors? Join us in [Gitter][chat]!
Want to chat with the community and contributors?
Join us in [spectrum][chat]!
Have an idea for a cool new utility or tool? That’s great! If you want
feedback, help, or just to share it with the world you can do so by creating
an issue in the [`unifiedjs/ideas`][ideas] repository!
Have an idea for a cool new utility or tool?
That’s great!
If you want feedback, help, or just to share it with the world you can do so by
creating an issue in the [`unifiedjs/ideas`][ideas] repository!

@@ -1023,5 +1072,5 @@ ## Acknowledgments

[chat-badge]: https://img.shields.io/gitter/room/unifiedjs/Lobby.svg
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://gitter.im/unifiedjs/Lobby
[chat]: https://spectrum.chat/unified

@@ -1036,2 +1085,8 @@ [npm]: https://docs.npmjs.com/cli/install

[medium]: https://medium.com/unifiedjs
[twitter]: https://twitter.com/unifiedjs
[collective]: https://opencollective.com/unified
[guides]: https://unified.js.org/#guides

@@ -1138,1 +1193,19 @@

[ware]: https://github.com/segmentio/ware
[gatsby]: https://www.gatsbyjs.org
[mdx]: https://mdxjs.com
[jsx]: https://reactjs.org/docs/jsx-in-depth.html
[prettier]: https://prettier.io
[storybook]: https://storybook.js.org
[debugger.html]: https://github.com/devtools-html/debugger.html
[mozilla]: https://www.mozilla.org
[opensource.guide]: https://opensource.guide
[github]: https://github.com
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