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

@contentful/rich-text-plain-text-renderer

Package Overview
Dependencies
Maintainers
176
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/rich-text-plain-text-renderer - npm Package Compare versions

Comparing version 16.0.12 to 16.0.13

2

dist/lib/index.js

@@ -13,3 +13,3 @@ "use strict";

if (blockDivisor === void 0) { blockDivisor = ' '; }
if (!rootNode || !rootNode.content) {
if (!rootNode || !rootNode.content || !Array.isArray(rootNode.content)) {
/**

@@ -16,0 +16,0 @@ * Handles edge cases, such as when the value is not set in the CMA or the

@@ -389,3 +389,3 @@ 'use strict';

if (blockDivisor === void 0) { blockDivisor = ' '; }
if (!rootNode || !rootNode.content) {
if (!rootNode || !rootNode.content || !Array.isArray(rootNode.content)) {
/**

@@ -392,0 +392,0 @@ * Handles edge cases, such as when the value is not set in the CMA or the

{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.0.12",
"version": "16.0.13",
"main": "dist/rich-text-plain-text-renderer.es5.js",

@@ -44,3 +44,3 @@ "typings": "dist/types/index.d.ts",

},
"gitHead": "63b4725a298fa5ea480f19e06cfc324996941c95"
"gitHead": "cd42e95489da4fcb9221008c7d0cee815ecf9cc3"
}

Sorry, the diff of this file is not supported yet

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