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

@contentful/rich-text-html-renderer

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 16.6.1 to 16.6.2

2

dist/lib/__test__/documents/embedded-entry.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -19,3 +20,2 @@ function default_1(entry) {

}
exports.default = default_1;
//# sourceMappingURL=embedded-entry.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -19,3 +20,2 @@ function default_1(resourceLink) {

}
exports.default = default_1;
//# sourceMappingURL=embedded-resource.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -24,3 +25,2 @@ function default_1(heading) {

}
exports.default = default_1;
//# sourceMappingURL=heading.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = inlineEntity;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -42,3 +43,2 @@ function inlineEntity(entry, inlineType) {

}
exports.default = inlineEntity;
//# sourceMappingURL=inline-entity.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
function default_1(mark) {

@@ -23,3 +24,2 @@ return {

}
exports.default = default_1;
//# sourceMappingURL=mark.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.documentToHtmlString = void 0;
exports.documentToHtmlString = documentToHtmlString;
var rich_text_types_1 = require("@contentful/rich-text-types");

@@ -85,3 +85,2 @@ var escape_html_1 = __importDefault(require("escape-html"));

}
exports.documentToHtmlString = documentToHtmlString;
function nodeListToHtmlString(nodes, _a) {

@@ -88,0 +87,0 @@ var renderNode = _a.renderNode, renderMark = _a.renderMark, preserveWhitespace = _a.preserveWhitespace;

@@ -284,3 +284,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;

@@ -307,3 +309,2 @@ var inlines_1 = inlines;

}
helpers.isInline = isInline;
/**

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

}
helpers.isBlock = isBlock;
/**

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

}
helpers.isText = isText;

@@ -326,0 +325,0 @@ (function (exports) {

{
"name": "@contentful/rich-text-html-renderer",
"version": "16.6.1",
"version": "16.6.2",
"main": "dist/rich-text-html-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",
"escape-html": "^1.0.3"

@@ -39,3 +39,3 @@ },

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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