Socket
Socket
Sign inDemoInstall

remark

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark - npm Package Compare versions

Comparing version 11.0.2 to 12.0.0

5

index.js

@@ -7,5 +7,2 @@ 'use strict'

module.exports = unified()
.use(parse)
.use(stringify)
.freeze()
module.exports = unified().use(parse).use(stringify).freeze()

12

package.json
{
"name": "remark",
"version": "11.0.2",
"description": "Markdown processor powered by plugins",
"version": "12.0.0",
"description": "Markdown processor powered by plugins part of the unified collective",
"license": "MIT",

@@ -17,2 +17,4 @@ "keywords": [

"stringify",
"serialize",
"compile",
"process"

@@ -37,5 +39,5 @@ ],

"dependencies": {
"remark-parse": "^7.0.0",
"remark-stringify": "^7.0.0",
"unified": "^8.2.0"
"remark-parse": "^8.0.0",
"remark-stringify": "^8.0.0",
"unified": "^9.0.0"
},

@@ -42,0 +44,0 @@ "scripts": {

@@ -11,3 +11,3 @@ # remark

[**unified**][unified] processor to parse and compile Markdown.
[**unified**][unified] processor to parse and serialize Markdown.
Powered by [plugins][].

@@ -20,3 +20,3 @@ Part of the [unified][] collective.

* [Plugins][] transform the tree
* Stringifies syntax trees to Markdown with [`remark-stringify`][stringify]
* Serializes syntax trees to Markdown with [`remark-stringify`][stringify]

@@ -33,25 +33,33 @@ Don’t need the parser?

<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 width="33.33%" align="center" colspan="2">
<a href="https://www.gatsbyjs.org">Gatsby</a><br>🥇<br><br>
<a href="https://www.gatsbyjs.org"><img src="https://avatars1.githubusercontent.com/u/12551863?s=900&v=4"></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 width="33.33%" align="center" colspan="2">
<a href="https://zeit.co">ZEIT</a><br>🥇<br><br>
<!--OC has a sharper image-->
<a href="https://zeit.co"><img src="https://images.opencollective.com/zeit/d8a5bee/logo/512.png"></a>
</td>
<td width="20%" align="center">
<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 width="33.33%" align="center" colspan="2">
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
<!--OC has a sharper image-->
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></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>
</tr>
<tr valign="top">
<td width="16.67%" align="center">
<a href="https://www.holloway.com">Holloway</a><br><br><br>
<a href="https://www.holloway.com"><img src="https://avatars1.githubusercontent.com/u/35904294?s=300&v=4"></a>
</td>
<td width="20%" align="center">
<td width="16.67%" align="center">
<a href="https://themeisle.com">ThemeIsle</a><br>🥉<br><br>
<a href="https://themeisle.com"><img src="https://twitter-avatar.now.sh/themeisle"></a>
</td>
<td width="16.67%" align="center">
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
</td>
<td width="50%" align="center" colspan="3">
<br><br><br><br>
<a href="https://opencollective.com/unified"><strong>You?</strong>
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
</td>

@@ -61,4 +69,2 @@ </tr>

[**Read more about the unified collective on Medium »**][announcement]
## Install

@@ -177,4 +183,4 @@

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -210,3 +216,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

@@ -249,4 +255,2 @@ [chat]: https://spectrum.chat/unified/remark

[announcement]: https://medium.com/unifiedjs/collectively-evolving-through-crowdsourcing-22c359ea95cc
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting

@@ -253,0 +257,0 @@

@@ -10,8 +10,9 @@ // TypeScript Version: 3.0

remarkStringify.RemarkStringifyOptions
type PartialRemarkOptions = remarkParse.PartialRemarkParseOptions &
remarkStringify.PartialRemarkStringifyOptions
}
declare function remark<
P extends Partial<remark.RemarkOptions> = Partial<remark.RemarkOptions>
>(): unified.Processor<P>
declare function remark(): unified.Processor<remark.PartialRemarkOptions>
export = remark
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