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.4.2 to 0.4.3

2

lib/unsafe.js

@@ -60,3 +60,3 @@ module.exports = [

// A dot could start a list item.
{atBreak: true, before: '\\d+', character: '.'},
{atBreak: true, before: '\\d+', character: '.', after: '(?:[ \t\r\n]|$)'},
// Slash, colon, and semicolon are not used in markdown for constructs.

@@ -63,0 +63,0 @@ // A less than can start html (flow or text) or an autolink.

{
"name": "mdast-util-to-markdown",
"version": "0.4.2",
"version": "0.4.3",
"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