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.11.0 to 3.11.1

2

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

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

@@ -396,3 +396,6 @@ declare module 'contentful-ui-extensions-sdk' {

/** Opens a dialog for selecting a single asset. */
selectSingleAsset: <T = Object>(options?: { locale?: string }) => Promise<T | null>
selectSingleAsset: <T = Object>(options?: {
locale?: string
mimetypeGroups?: string[]
}) => Promise<T | null>
/** Opens a dialog for selecting multiple assets. */

@@ -403,2 +406,3 @@ selectMultipleAssets: <T = Object>(options?: {

max?: number
mimetypeGroups?: string[]
}) => Promise<T[] | null>

@@ -405,0 +409,0 @@ }

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