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

@contentful/rich-text-types

Package Overview
Dependencies
Maintainers
42
Versions
82
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 10.3.0 to 11.0.0

LICENSE

6

dist/lib/schemas/generated/asset-hyperlink.json

@@ -18,5 +18,2 @@ {

"$ref": "#/definitions/Link<\"Asset\">"
},
"title": {
"type": "string"
}

@@ -26,4 +23,3 @@ },

"required": [
"target",
"title"
"target"
]

@@ -30,0 +26,0 @@ },

@@ -18,5 +18,2 @@ {

"$ref": "#/definitions/Link<\"Entry\">"
},
"title": {
"type": "string"
}

@@ -26,4 +23,3 @@ },

"required": [
"target",
"title"
"target"
]

@@ -30,0 +26,0 @@ },

@@ -18,5 +18,2 @@ {

"type": "string"
},
"title": {
"type": "string"
}

@@ -26,3 +23,2 @@ },

"required": [
"title",
"uri"

@@ -29,0 +25,0 @@ ]

@@ -113,3 +113,2 @@ import { Block, Inline, Text, TopLevelBlock } from './types';

uri: string;
title: string;
};

@@ -122,3 +121,2 @@ content: Text[];

target: Link<'Asset'>;
title: string;
};

@@ -131,3 +129,2 @@ content: Text[];

target: Link<'Entry'>;
title: string;
};

@@ -134,0 +131,0 @@ content: Text[];

{
"name": "@contentful/rich-text-types",
"version": "10.3.0",
"version": "11.0.0",
"main": "dist/rich-text-types.es5.js",

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

},
"gitHead": "aacabb3471cfe701c6aab37ebd46111931b448d7"
"gitHead": "fac0724e4b7b2fb93cd54bfc3810e24fca9dd66a"
}
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