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

convert-rich-text

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-rich-text - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -34,3 +34,3 @@ var merge = require('merge-recursive');

return format.convert(delta, options);
return format.convert(ops, options);
};

@@ -90,3 +90,3 @@

line.attributes = op.attributes;
newline();
if (i < ops.length - 1) newline();
}

@@ -93,0 +93,0 @@

{
"name": "convert-rich-text",
"version": "0.0.1",
"version": "0.0.2",
"description": "Facilities for converting an insert-only rich-text delta into various formats like HTML and Markdown",

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

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