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
11
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 4.1.0 to 4.1.1

7

CHANGELOG.md

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

## [4.1.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.0...v4.1.1) (2021-10-06)
### Bug Fixes
* [3161] use correct type for conflicting errors ([#1017](https://github.com/contentful/ui-extensions-sdk/issues/1017)) ([621a1d0](https://github.com/contentful/ui-extensions-sdk/commit/621a1d0d8f4e7b1ab45278377ba58fff76e09a4f))
# [4.1.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.1...v4.1.0) (2021-10-05)

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

3

dist/types/validation-error.d.ts

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

import { Link } from './utils';
export interface BaseValidationError {

@@ -28,3 +29,3 @@ name: string;

name: 'unique';
conflicting: string[];
conflicting: Link<'Entry', 'Link'>[];
}

@@ -31,0 +32,0 @@ export interface ProhibitRegexpValidationError extends BaseValidationError {

{
"name": "contentful-ui-extensions-sdk",
"description": "SDK to develop custom UI Extension for the Contentful Web App",
"version": "4.1.0",
"version": "4.1.1",
"author": "Contentful GmbH",

@@ -55,3 +55,3 @@ "license": "MIT",

"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@typescript-eslint/parser": "4.33.0",
"async-retry": "1.3.3",

@@ -58,0 +58,0 @@ "babel-eslint": "10.1.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