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

contentful-ui-extensions-sdk

Package Overview
Dependencies
Maintainers
4
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-ui-extensions-sdk - npm Package Compare versions

Comparing version 3.18.0 to 3.19.0

2

package.json
{
"name": "contentful-ui-extensions-sdk",
"description": "SDK to develop custom UI Extension for the Contentful Web App",
"version": "3.18.0",
"version": "3.19.0",
"author": "Contentful GmbH",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -164,2 +164,7 @@ export declare type EntityType = 'Entry' | 'Asset';

}
interface EditorWidget {
widgetId: string;
widgetNamespace: string;
settings?: Object;
}
export interface EditorInterface {

@@ -179,8 +184,4 @@ sys: Object;

}>;
editor?: {
widgetId: string;
widgetNamespace: string;
settings?: Object;
};
editors?: Array<EditorInterface['editor']>;
editor?: EditorWidget;
editors?: EditorWidget[];
}

@@ -187,0 +188,0 @@ export interface SearchQuery {

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