New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

draftjs-to-html

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftjs-to-html - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

9

js/index.js

@@ -10,3 +10,3 @@ /* @flow */

*/
const draftToHtml = (editorContent: ContentState):string => {
const draftToHtml = (editorContent: ContentState): string => {
const html = [];

@@ -40,7 +40,2 @@ if (editorContent) {

console.log('draftToHtml', draftToHtml);
module.exports = {
draftToHtml,
test: 'testing...!!!',
};
module.exports = draftToHtml;
{
"name": "draftjs-to-html",
"version": "0.1.7",
"version": "0.1.8",
"description": "A library for draftjs to html conversion.",

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

Sorry, the diff of this file is too big to display

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