Socket
Socket
Sign inDemoInstall

mdast-util-gfm-table

Package Overview
Dependencies
15
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

4

package.json
{
"name": "mdast-util-gfm-table",
"version": "0.1.5",
"version": "0.1.6",
"description": "mdast extension to parse and serialize GFM tables",

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

"unist-util-remove-position": "^3.0.0",
"xo": "^0.36.0"
"xo": "^0.37.0"
},

@@ -53,0 +53,0 @@ "scripts": {

@@ -107,3 +107,3 @@ var phrasing = require('mdast-util-to-markdown/lib/util/container-phrasing')

if (context.stack.indexOf('tableCell') !== -1) {
value = value.replace(/\|/, '\\$&')
value = value.replace(/\|/g, '\\$&')
}

@@ -110,0 +110,0 @@

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