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
9
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 5.2.0 to 5.3.0

docker-compose.yml

2

lib/formats/index.js

@@ -44,2 +44,3 @@ function makeFormats(type) {

toh_tools: require('./toh_tools')[type],
pym: require('./pym')[type]
};

@@ -79,2 +80,3 @@ }

'toh_tools',
'pym',

@@ -81,0 +83,0 @@ // line: wrapper tag

3

lib/formats/object.js

@@ -12,3 +12,4 @@ var uuid = require('uuid');

'toh_project_details',
'toh_tools'
'toh_tools',
'pym'
];

@@ -15,0 +16,0 @@

{
"name": "convert-rich-text",
"version": "5.2.0",
"version": "5.3.0",
"description": "Convert an insert-only rich-text delta into HTML",

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

@@ -109,2 +109,3 @@ # convert-rich-text

- `5.3.0` Adds support for Pym.js component
- `5.2.0` Adds Tools component for This Old House

@@ -111,0 +112,0 @@ - `5.1.0` Adds Project Details component for This Old House

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