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
5
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.2.1 to 16.2.2

3

dist/lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.documentToPlainTextString = void 0;
exports.documentToPlainTextString = documentToPlainTextString;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -103,3 +103,2 @@ /**

}
exports.documentToPlainTextString = documentToPlainTextString;
//# sourceMappingURL=index.js.map

@@ -247,3 +247,5 @@ 'use strict';

Object.defineProperty(helpers, "__esModule", { value: true });
helpers.isText = helpers.isBlock = helpers.isInline = void 0;
helpers.isInline = isInline;
helpers.isBlock = isBlock;
helpers.isText = isText;
var blocks_1 = blocks;

@@ -270,3 +272,2 @@ var inlines_1 = inlines;

}
helpers.isInline = isInline;
/**

@@ -278,3 +279,2 @@ * Checks if the node is an instance of Block.

}
helpers.isBlock = isBlock;
/**

@@ -286,3 +286,2 @@ * Checks if the node is an instance of Text.

}
helpers.isText = isText;

@@ -289,0 +288,0 @@ (function (exports) {

{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.2.1",
"version": "16.2.2",
"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.6.1"
"@contentful/rich-text-types": "^16.6.2"
},

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

},
"gitHead": "b3299ec5bd672faf47b0f06adb7f1433f3e385ce"
"gitHead": "7a8e612e70e8aa9de555057094233d8bd75d3d23"
}

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