Socket
Socket
Sign inDemoInstall

mdast-util-to-markdown

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-to-markdown - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/join.js

@@ -12,4 +12,2 @@ module.exports = [joinDefaults]

Boolean(left.ordered) === Boolean(right.ordered)) ||
// Adjacent quotes.
(left.type === 'blockquote' && right.type === left.type) ||
// Indented code after list or another indented code.

@@ -16,0 +14,0 @@ (right.type === 'code' &&

2

package.json
{
"name": "mdast-util-to-markdown",
"version": "0.5.0",
"version": "0.5.1",
"description": "mdast utility to serialize markdown",

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

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