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.10.8 to 3.10.9

2

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

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

@@ -45,2 +45,4 @@ declare module 'contentful-ui-extensions-sdk' {

publishedVersion: number
deletedVersion?: number
archivedVersion?: number
publishedAt: string

@@ -160,3 +162,3 @@ firstPublishedAt: string

}
fields: { [key: string]: ContentTypeField }
fields: ContentTypeField[]
name: string

@@ -511,5 +513,5 @@ displayField: string

/** Returns parameters of an App, null otherwise **/
getParameters: () => Promise<null | Object>
getParameters: <T = Object>() => Promise<null | T>
/** Returns current state of an App, null otherwise **/
getCurrentState: () => Promise<null | Object>
getCurrentState: <T = Object>() => Promise<null | T>
/** Registers a handler to be called to produce parameters for an App **/

@@ -516,0 +518,0 @@ onConfigure: (handler: Function) => Promise<void>

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