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

json2md

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2md - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

2

lib/converters.js

@@ -182,3 +182,3 @@ "use strict";

}).map(function (cell) {
return cell.replace(/(?<!(\\))\|/, "\\|");
return cell.replace(/([^\\])\|/, "$1\\|");
}).join(" | ");

@@ -185,0 +185,0 @@ }).join("\n") + " |";

{
"name": "json2md",
"version": "1.9.1",
"version": "1.9.2",
"description": "A JSON to Markdown converter.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -290,4 +290,4 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

- `@microfleet/schema2md`
- `@best/github-integration`
- `@cypress/schema-tools`
- `@best/github-integration`
- `lambda-docs-2md`

@@ -318,3 +318,2 @@ - `jumia-travel-changelog`

- `postgres-markdown`
- `@bwagener/gridsome-source-google-docs`
- `joi-md-doc`

@@ -334,5 +333,9 @@ - `rober19-config`

- `lab-changelog`
- `dargstack_rgen`
- `@jswork/react-markdown-props`
- `gatsby-source-google-docs`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah).
- `@gracexwho/model-card-generator`
- `@bwagener/gridsome-source-google-docs`
- `asm-auto-deploy`
- `type-graphql-to-md`
- `gatsby-source-google-docs`
- `dargstack_rgen`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah).

@@ -339,0 +342,0 @@

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