Socket
Socket
Sign inDemoInstall

@contentful/rich-text-types

Package Overview
Dependencies
Maintainers
117
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/rich-text-types - npm Package Compare versions

Comparing version 15.11.1 to 15.12.0

1

dist/schemas/generated/table-cell.json

@@ -27,2 +27,3 @@ {

"content": {
"minItems": 1,
"type": "array",

@@ -29,0 +30,0 @@ "items": {

@@ -26,2 +26,3 @@ {

"content": {
"minItems": 1,
"type": "array",

@@ -28,0 +29,0 @@ "items": {

@@ -18,2 +18,3 @@ {

"content": {
"minItems": 1,
"type": "array",

@@ -55,2 +56,3 @@ "items": {

"content": {
"minItems": 1,
"type": "array",

@@ -57,0 +59,0 @@ "items": {

@@ -18,2 +18,3 @@ {

"content": {
"minItems": 1,
"type": "array",

@@ -46,2 +47,3 @@ "items": {

"content": {
"minItems": 1,
"type": "array",

@@ -83,2 +85,3 @@ "items": {

"content": {
"minItems": 1,
"type": "array",

@@ -85,0 +88,0 @@ "items": {

@@ -136,2 +136,5 @@ import { BLOCKS } from './blocks';

};
/**
* @minItems 1
*/
content: Paragraph[];

@@ -145,2 +148,5 @@ }

data: EmptyNodeData;
/**
* @minItems 1
*/
content: TableCell[];

@@ -151,4 +157,7 @@ }

data: EmptyNodeData;
/**
* @minItems 1
*/
content: TableRow[];
}
export {};

4

package.json
{
"name": "@contentful/rich-text-types",
"version": "15.11.1",
"version": "15.12.0",
"main": "dist/index.js",

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

},
"gitHead": "eb5dcd9da415fcbc25c3e935d392a8ad653fbaae"
"gitHead": "c7e34bc0f0172728999b121af43df88995eec305"
}
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