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.0.2 to 1.0.3

14

dist/configs.js

@@ -312,2 +312,16 @@ "use strict";

};
} else if (blockType === 'unordered-list-item') {
return {
start: "<li" + blockStyle + ">",
end: '</li>',
nestStart: '<ul>',
nestEnd: '</ul>'
};
} else if (blockType === 'ordered-list-item') {
return {
start: "<li" + blockStyle + ">",
end: '</li>',
nestStart: '<ol>',
nestEnd: '</ol>'
};
}

@@ -314,0 +328,0 @@ };

2

package.json
{
"name": "braft-convert",
"version": "1.0.2",
"version": "1.0.3",
"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