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

@roamhq/draft-js-export-markdown

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roamhq/draft-js-export-markdown - npm Package Compare versions

Comparing version 2.0.3 to 2.0.5

2

esm/stateToMarkdown.js

@@ -349,3 +349,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); }

function encodeContent(text) {
return text.replace(/[*_`]/g, '\\$&');
return text.replace(/[*_`\[\]()~\\]/g, '\\$&');
}

@@ -352,0 +352,0 @@

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

function encodeContent(text) {
return text.replace(/[*_`]/g, '\\$&');
return text.replace(/[*_`\[\]()~\\]/g, '\\$&');
}

@@ -360,0 +360,0 @@

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

},
"version": "2.0.3",
"version": "2.0.5",
"description": "DraftJS: Export ContentState to Markdown",

@@ -49,3 +49,3 @@ "main": "lib/main.js",

"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-export-markdown/README.md",
"gitHead": "0009458807d22b7fee55369c3019458ec5080cab"
"gitHead": "6e9074f8f03c349a5b4efd2a5bb88f67b7188725"
}
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