Socket
Socket
Sign inDemoInstall

contentful-ui-extensions-sdk

Package Overview
Dependencies
Maintainers
9
Versions
193
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 4.0.0-alpha.34 to 4.0.0-alpha.35

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [4.0.0-alpha.35](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-09-28)
### Bug Fixes
* remove Promise<...> type from OnConfigureHandlerReturn ([#992](https://github.com/contentful/ui-extensions-sdk/issues/992)) ([19bbfbb](https://github.com/contentful/ui-extensions-sdk/commit/19bbfbb469cfb7904d05eb90df9e4f061e59f563))
# [4.0.0-alpha.34](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-09-24)

@@ -2,0 +9,0 @@

7

dist/types/app.types.d.ts

@@ -23,10 +23,7 @@ import { ContentType, KeyValueMap } from './entities';

}
export declare type OnConfigureHandlerReturn = Promise<{
export declare type OnConfigureHandlerReturn = {
parameters?: KeyValueMap | null;
targetState?: AppState | null;
}> | {
parameters?: KeyValueMap | null;
targetState?: AppState | null;
} | false;
export declare type OnConfigureHandler = () => OnConfigureHandlerReturn;
export declare type OnConfigureHandler = () => OnConfigureHandlerReturn | Promise<OnConfigureHandlerReturn>;
export interface AppConfigAPI {

@@ -33,0 +30,0 @@ /** Tells the web app that the app is loaded */

{
"name": "contentful-ui-extensions-sdk",
"description": "SDK to develop custom UI Extension for the Contentful Web App",
"version": "4.0.0-alpha.34",
"version": "4.0.0-alpha.35",
"author": "Contentful GmbH",

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

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