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

@contentful/field-editor-shared

Package Overview
Dependencies
Maintainers
84
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/field-editor-shared - npm Package Compare versions

Comparing version 0.11.1 to 0.12.0

6

dist/FieldConnector.d.ts

@@ -34,4 +34,4 @@ /// <reference types="lodash" />

children: () => null;
isEmptyValue: (value: any) => boolean;
isEqualValues: (value1: any, value2: any) => boolean;
isEmptyValue: (value: any | Nullable) => boolean;
isEqualValues: (value1: any | Nullable, value2: any | Nullable) => boolean;
throttle: number;

@@ -43,3 +43,3 @@ };

unsubscribeValue: Function | null;
setValue: ((value: ValueType | null | undefined) => Promise<unknown>) & import("lodash").Cancelable;
setValue: ((value: ValueType | Nullable) => Promise<unknown>) & import("lodash").Cancelable;
componentDidMount(): void;

@@ -46,0 +46,0 @@ componentWillUnmount(): void;

@@ -1,2 +0,2 @@

export { FieldAPI, SpaceAPI, ContentType, ParametersAPI, LocalesAPI, BaseExtensionSDK, OpenCustomWidgetOptions, } from 'contentful-ui-extensions-sdk';
export { FieldAPI, SpaceAPI, EntryFieldAPI, EntryAPI, DialogsAPI, IdsAPI, ContentType, ParametersAPI, LocalesAPI, NavigatorAPI, NotifierAPI, WindowAPI, AccessAPI, AppConfigAPI, LocationAPI, BaseExtensionSDK, OpenCustomWidgetOptions, } from 'contentful-ui-extensions-sdk';
export { FieldConnector } from './FieldConnector';

@@ -3,0 +3,0 @@ export { PredefinedValuesError } from './PredefinedValuesError';

@@ -47,2 +47,2 @@ import { File, ContentType, Entry, EntrySys } from '../typesEntity';

defaultLocaleCode: string;
}, getAsset: (assetId: string) => Promise<unknown>) => Promise<File | null>;
}, getAsset: (assetId: string) => Promise<unknown>) => Promise<null | File>;
{
"name": "@contentful/field-editor-shared",
"version": "0.11.1",
"version": "0.12.0",
"main": "dist/index.js",

@@ -22,4 +22,4 @@ "module": "dist/field-editor-shared.esm.js",

"dependencies": {
"@contentful/forma-36-tokens": "^0.7.1",
"contentful-ui-extensions-sdk": "^3.15.0",
"@contentful/forma-36-tokens": "^0.7.2",
"contentful-ui-extensions-sdk": "^3.18.0",
"emotion": "^10.0.17",

@@ -37,3 +37,3 @@ "lodash": "^4.17.15",

},
"gitHead": "1265c4720bcf7636fef0fcd80a1cf476e6f0cbcf"
"gitHead": "a0201314f3ae52951d2f0b12bb40bb016d655f05"
}
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