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
8
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.1.0 to 5.2.0

lib/formats/toh_tools.js

2

lib/formats/index.js

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

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

@@ -77,2 +78,3 @@ }

'toh_project_details',
'toh_tools',

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

3

lib/formats/object.js

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

'hr',
'toh_project_details'
'toh_project_details',
'toh_tools'
];

@@ -14,0 +15,0 @@

{
"name": "convert-rich-text",
"version": "5.1.0",
"version": "5.2.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.2.0` Adds Tools component for This Old House
- `5.1.0` Adds Project Details component for This Old House

@@ -111,0 +112,0 @@ - `5.0.1` Update to rendered `class` names for drop caps

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