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
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.6 to 16.2.7

21

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

@@ -288,2 +288,19 @@ 'use strict';

function commonjsRequire(path) {
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}
var schemas = {};
Object.defineProperty(schemas, "__esModule", { value: true });
schemas.getSchemaWithNodeType = getSchemaWithNodeType;
function getSchemaWithNodeType(nodeType) {
try {
return commonjsRequire("./generated/".concat(nodeType, ".json"));
}
catch (error) {
throw new Error("Schema for nodeType \"".concat(nodeType, "\" was not found."));
}
}
(function (exports) {

@@ -317,3 +334,3 @@ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {

Object.defineProperty(exports, "__esModule", { value: true });
exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0;
exports.getSchemaWithNodeType = exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0;
var blocks_1 = blocks;

@@ -332,2 +349,4 @@ Object.defineProperty(exports, "BLOCKS", { enumerable: true, get: function () { return blocks_1.BLOCKS; } });

exports.helpers = helpers$1;
var schemas_1 = schemas;
Object.defineProperty(exports, "getSchemaWithNodeType", { enumerable: true, get: function () { return schemas_1.getSchemaWithNodeType; } });

@@ -334,0 +353,0 @@ } (dist));

6

package.json
{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.2.6",
"version": "16.2.7",
"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.8.1"
"@contentful/rich-text-types": "^16.8.2"
},

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

},
"gitHead": "ded6d12f1561a6a10c25e708a111b0687eeee69c"
"gitHead": "f8be2b22478bde3039cea21767058a17665a002e"
}

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