Socket
Socket
Sign inDemoInstall

remark-stringify

Package Overview
Dependencies
25
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.2 to 7.0.3

6

lib/visitors/table-cell.js

@@ -5,4 +5,8 @@ 'use strict'

var lineFeed = /\r?\n/g
function tableCell(node) {
return this.all(node).join('')
return this.all(node)
.join('')
.replace(lineFeed, ' ')
}

2

package.json
{
"name": "remark-stringify",
"version": "7.0.2",
"version": "7.0.3",
"description": "remark plugin to compile Markdown",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -30,7 +30,8 @@ # remark-stringify

<br><br>🥇
<a href="https://www.gatsbyjs.org">Gatsby</a></td>
<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>
<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>

@@ -37,0 +38,0 @@ <td width="20%" align="center">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc