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

contentful-migration

Package Overview
Dependencies
Maintainers
4
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-migration - npm Package Compare versions

Comparing version 4.9.2 to 4.9.3

6

built/lib/offline-api/validator/schema/schema-validation.js

@@ -27,3 +27,3 @@ "use strict";

const _ = __importStar(require("lodash"));
const hoek_1 = require("hoek");
const hoek_1 = require("@hapi/hoek");
const kind_of_1 = __importDefault(require("kind-of"));

@@ -62,4 +62,4 @@ const errors_1 = __importDefault(require("../errors"));

const tabsIds = groupControls
.filter(control => control.widgetNamespace === 'builtin' && control.widgetId === 'topLevelTab')
.map(control => control.groupId);
.filter((control) => control.widgetNamespace === 'builtin' && control.widgetId === 'topLevelTab')
.map((control) => control.groupId);
const validateResult = (0, editor_layout_schema_1.createEditorLayoutSchema)(tabsIds).validate(editorInterface.getEditorLayout(), {

@@ -66,0 +66,0 @@ abortEarly: false

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

## [4.9.2](https://github.com/contentful/contentful-migration/compare/v4.9.1...v4.9.2) (2022-06-22)
## [4.9.3](https://github.com/contentful/contentful-migration/compare/v4.9.2...v4.9.3) (2022-07-27)

@@ -3,0 +3,0 @@ # Change Log

{
"name": "contentful-migration",
"version": "4.9.2",
"version": "4.9.3",
"description": "Migration tooling for contentful",

@@ -53,2 +53,3 @@ "author": "Contentful GmbH",

"dependencies": {
"@hapi/hoek": "^9.2.0",
"axios": "^0.21.0",

@@ -61,3 +62,2 @@ "bluebird": "^3.7.2",

"didyoumean2": "^5.0.0",
"hoek": "^6.1.3",
"https-proxy-agent": "^5.0.0",

@@ -64,0 +64,0 @@ "inquirer": "^8.1.2",

Sorry, the diff of this file is not supported yet

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