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.4 to 16.2.5

10

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

@@ -44,11 +44,15 @@ 'use strict';

* Map of all Contentful inline types. Inline contain inline or text nodes.
*
* @note This should be kept in alphabetical order since the
* [validation package](https://github.com/contentful/content-stack/tree/master/packages/validation)
* relies on the values being in a predictable order.
*/
var INLINES;
(function (INLINES) {
INLINES["HYPERLINK"] = "hyperlink";
INLINES["ENTRY_HYPERLINK"] = "entry-hyperlink";
INLINES["ASSET_HYPERLINK"] = "asset-hyperlink";
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink";
INLINES["EMBEDDED_ENTRY"] = "embedded-entry-inline";
INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline";
INLINES["ENTRY_HYPERLINK"] = "entry-hyperlink";
INLINES["HYPERLINK"] = "hyperlink";
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink";
})(INLINES || (inlines.INLINES = INLINES = {}));

@@ -55,0 +59,0 @@

{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.2.4",
"version": "16.2.5",
"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.7.0"
"@contentful/rich-text-types": "^16.8.0"
},

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

},
"gitHead": "b08b39759d6e1366061420d1c59304bd8bffcfe1"
"gitHead": "dde84f2c8cc2fbfd2e1c9fed02b18b1c78ebcd5c"
}

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