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.2 to 6.6.3

2

index.cjs.js

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

*/
var HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;
var HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;

@@ -156,0 +156,0 @@ var HTML_COMMENT_R = /^<!--.*?-->/;

@@ -139,3 +139,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 HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;
var HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;

@@ -142,0 +142,0 @@ var HTML_COMMENT_R = /^<!--.*?-->/;

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

*/
const HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;
const HTML_BLOCK_ELEMENT_R = /^ *<([^ >/]+) ?([^>]*)\/{0}>\s*((?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/;

@@ -138,0 +138,0 @@ const HTML_COMMENT_R = /^<!--.*?-->/;

{
"name": "markdown-to-jsx",
"description": "Interprets markdown text and outputs a JSX equivalent.",
"homepage": "http://probablyup.github.io/markdown-to-jsx",
"description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
"homepage": "https://probablyup.github.io/markdown-to-jsx",
"license": "MIT",
"version": "6.6.2",
"version": "6.6.3",
"engines": {

@@ -12,4 +12,7 @@ "node": ">= 4"

"markdown",
"markdown converter",
"react",
"jsx"
"preact",
"jsx",
"html"
],

@@ -35,5 +38,5 @@ "author": "Evan Scott <probablyup@gmail.com>",

"babel-eslint": "^8.2.2",
"babel-jest": "^20.0.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-emotion": "^8.0.11",
"babel-plugin-emotion": "^9.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",

@@ -43,8 +46,8 @@ "babel-preset-es2015": "^6.14.0",

"babel-preset-stage-2": "^6.13.0",
"codecov": "^2.1.0",
"emotion": "^8.0.11",
"codecov": "^3.0.1",
"emotion": "^9.1.2",
"eslint": "^4.12.1",
"eslint-plugin-react": "^7.5.1",
"in-publish": "^2.0.0",
"jest": "^20.0.4",
"jest": "^22.4.3",
"jest-serializer-html": "^5.0.0",

@@ -54,6 +57,6 @@ "polished": "^1.3.0",

"preact-compat": "^3.16.0",
"preact-emotion": "^8.0.11",
"preact-emotion": "^9.1.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"size-limit": "^0.16.2",
"size-limit": "^0.17.0",
"uglify-js": "^3.3.15",

@@ -60,0 +63,0 @@ "webpack": "^4.1.1",

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