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
175
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.10 to 16.0.11

4

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

@@ -43,3 +43,3 @@ 'use strict';

BLOCKS["TABLE_HEADER_CELL"] = "table-header-cell";
})(BLOCKS = exports.BLOCKS || (exports.BLOCKS = {}));
})(BLOCKS || (exports.BLOCKS = BLOCKS = {}));

@@ -65,3 +65,3 @@ });

INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline";
})(INLINES = exports.INLINES || (exports.INLINES = {}));
})(INLINES || (exports.INLINES = INLINES = {}));

@@ -68,0 +68,0 @@ });

@@ -0,0 +0,0 @@ import { Block, Inline } from '@contentful/rich-text-types';

{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.0.10",
"version": "16.0.11",
"main": "dist/rich-text-plain-text-renderer.es5.js",

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

"dependencies": {
"@contentful/rich-text-types": "^16.3.3"
"@contentful/rich-text-types": "^16.3.4"
},

@@ -43,5 +43,5 @@ "devDependencies": {

"tslint": "^6.1.3",
"typescript": "^4.4.2"
"typescript": "^5.3.2"
},
"gitHead": "50a44e718bd2399459c2d00863ea048e06611952"
"gitHead": "1fbcc367918c03ed6eea7bd9f36a859026ef8cfb"
}

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