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

braft-convert

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braft-convert - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

dist/configs.js

@@ -308,6 +308,7 @@ "use strict";

var nextBlockType = nextBlock && nextBlock.getType();
var codeBreakLine = block.text ? '' : '<br>';
if (previousBlockType === 'code-block' && nextBlockType === 'code-block') {
return {
start: "<code" + blockStyle + "><div>",
start: "<code><div>" + codeBreakLine,
end: '</div></code>'

@@ -317,3 +318,3 @@ };

return {
start: "<code" + blockStyle + "><div>",
start: "<code><div>" + codeBreakLine,
end: '</div></code></pre>'

@@ -323,3 +324,3 @@ };

return {
start: "<pre><code" + blockStyle + "><div>",
start: "<pre><code><div>" + codeBreakLine,
end: '</div></code>'

@@ -329,3 +330,3 @@ };

return {
start: "<pre><code" + blockStyle + "><div>",
start: "<pre><code><div>" + codeBreakLine,
end: '</div></code></pre>'

@@ -332,0 +333,0 @@ };

{
"name": "braft-convert",
"version": "1.1.0",
"version": "1.1.1",
"description": "A convert helper for Braft Editor.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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