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.16.0 to 3.16.1

2

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

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

@@ -122,5 +122,5 @@ export declare type EntityType = 'Entry' | 'Asset';

export interface EntryAPI {
/** Returns metadata for an entry. */
/** Returns sys for an entry. */
getSys: () => EntrySys;
/** Calls the callback with metadata every time that metadata changes. */
/** Calls the callback with sys every time that sys changes. */
onSysChanged: (callback: (sys: EntrySys) => void) => Function;

@@ -131,2 +131,6 @@ /** Allows to control the values of all other fields in the current entry. */

};
/** Optional metadata on an entry */
metadata?: {
tags?: Link[];
};
}

@@ -133,0 +137,0 @@ export interface ContentTypeField {

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