Socket
Socket
Sign inDemoInstall

@contentful/rich-text-types

Package Overview
Dependencies
Maintainers
42
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 10.2.0 to 10.3.0

8

dist/types/nodeTypes.d.ts

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

*/
content: Array<Text>;
content: Text[];
}

@@ -116,3 +116,3 @@ export interface Hyperlink extends Inline {

};
content: Array<Text>;
content: Text[];
}

@@ -125,3 +125,3 @@ export interface AssetHyperlink extends Inline {

};
content: Array<Text>;
content: Text[];
}

@@ -134,4 +134,4 @@ export interface EntryHyperlink extends Inline {

};
content: Array<Text>;
content: Text[];
}
export {};
{
"name": "@contentful/rich-text-types",
"version": "10.2.0",
"version": "10.3.0",
"main": "dist/rich-text-types.es5.js",

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

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