Socket
Socket
Sign inDemoInstall

markdown-to-jsx

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-to-jsx - npm Package Compare versions

Comparing version 6.6.0 to 6.6.1

4

index.cjs.js

@@ -119,3 +119,3 @@ 'use strict';

var CR_NEWLINE_R = /\r\n?/g;
var DETECT_BLOCK_SYNTAX = /(^[-*] |^#+|^ {2,}|^-{2,}|^> )/m;
var DETECT_BLOCK_SYNTAX = /(^[-*] |^#+ ?\w|^ {2,}|^-{2,}|^> )/m;
var FOOTNOTE_R = /^\[\^(.*)\](:.*)\n/;

@@ -1320,3 +1320,3 @@ var FOOTNOTE_REFERENCE_R = /^\[\^(.*)\]/;

// is easy to extend without needing to modify this regex
match: simpleInlineRegex(TEXT_PLAIN_R),
match: anyScopeRegex(TEXT_PLAIN_R),
order: PARSE_PRIORITY_MIN,

@@ -1323,0 +1323,0 @@ parse: function parse(capture /*, parse, state*/) {

@@ -105,3 +105,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

var CR_NEWLINE_R = /\r\n?/g;
var DETECT_BLOCK_SYNTAX = /(^[-*] |^#+|^ {2,}|^-{2,}|^> )/m;
var DETECT_BLOCK_SYNTAX = /(^[-*] |^#+ ?\w|^ {2,}|^-{2,}|^> )/m;
var FOOTNOTE_R = /^\[\^(.*)\](:.*)\n/;

@@ -1306,3 +1306,3 @@ var FOOTNOTE_REFERENCE_R = /^\[\^(.*)\]/;

// is easy to extend without needing to modify this regex
match: simpleInlineRegex(TEXT_PLAIN_R),
match: anyScopeRegex(TEXT_PLAIN_R),
order: PARSE_PRIORITY_MIN,

@@ -1309,0 +1309,0 @@ parse: function parse(capture /*, parse, state*/) {

@@ -103,3 +103,3 @@ /* @jsx h */

const CR_NEWLINE_R = /\r\n?/g;
const DETECT_BLOCK_SYNTAX = /(^[-*] |^#+|^ {2,}|^-{2,}|^> )/m;
const DETECT_BLOCK_SYNTAX = /(^[-*] |^#+ ?\w|^ {2,}|^-{2,}|^> )/m;
const FOOTNOTE_R = /^\[\^(.*)\](:.*)\n/;

@@ -1360,3 +1360,3 @@ const FOOTNOTE_REFERENCE_R = /^\[\^(.*)\]/;

// is easy to extend without needing to modify this regex
match: simpleInlineRegex(TEXT_PLAIN_R),
match: anyScopeRegex(TEXT_PLAIN_R),
order: PARSE_PRIORITY_MIN,

@@ -1363,0 +1363,0 @@ parse (capture/*, parse, state*/) {

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "6.6.0",
"version": "6.6.1",
"engines": {

@@ -9,0 +9,0 @@ "node": ">= 4"

Sorry, the diff of this file is not supported yet

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