Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
165
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.3 to 16.0.4

10

dist/rich-text-plain-text-renderer.es5.js

@@ -38,2 +38,3 @@ 'use strict';

BLOCKS["EMBEDDED_ASSET"] = "embedded-asset-block";
BLOCKS["EMBEDDED_RESOURCE"] = "embedded-resource-block";
BLOCKS["TABLE"] = "table";

@@ -126,2 +127,3 @@ BLOCKS["TABLE_ROW"] = "table-row";

blocks.BLOCKS.EMBEDDED_ASSET,
blocks.BLOCKS.EMBEDDED_RESOURCE,
blocks.BLOCKS.TABLE,

@@ -146,2 +148,3 @@ ];

blocks.BLOCKS.EMBEDDED_ASSET,
blocks.BLOCKS.EMBEDDED_RESOURCE,
];

@@ -157,3 +160,8 @@ exports.TABLE_BLOCKS = [

*/
exports.VOID_BLOCKS = [blocks.BLOCKS.HR, blocks.BLOCKS.EMBEDDED_ENTRY, blocks.BLOCKS.EMBEDDED_ASSET];
exports.VOID_BLOCKS = [
blocks.BLOCKS.HR,
blocks.BLOCKS.EMBEDDED_ENTRY,
blocks.BLOCKS.EMBEDDED_ASSET,
blocks.BLOCKS.EMBEDDED_RESOURCE,
];
/**

@@ -160,0 +168,0 @@ * Dictionary of all container block types, and the set block types they accept as children.

6

package.json
{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.0.3",
"version": "16.0.4",
"main": "dist/rich-text-plain-text-renderer.es5.js",

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

"dependencies": {
"@contentful/rich-text-types": "^16.0.3"
"@contentful/rich-text-types": "^16.1.0"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "47f96df347c73ac301cbcb39dea23dc9236d46c6"
"gitHead": "8f5ee90c81e437e1428c0ec8b180864459938c8b"
}

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