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

@dfds-contentful/migration

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfds-contentful/migration - npm Package Compare versions

Comparing version 3.0.18-alpha-81.230a076.0 to 3.0.18

2

built/packages/migration/migrationUtils/contentfulCommandGenerator.js

@@ -68,5 +68,5 @@ "use strict";

let { fieldId, widgetNamespace, widgetId } = fieldContentWithId;
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}, '${widgetId}');`;
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}', '${widgetId}');`;
}
}
exports.ContentfulCommandGenerator = ContentfulCommandGenerator;

@@ -6,2 +6,10 @@ # Change Log

## 3.0.18 (2021-01-29)
**Note:** Version bump only for package @dfds-contentful/migration
## 3.0.17 (2021-01-28)

@@ -8,0 +16,0 @@

@@ -119,4 +119,4 @@ import { Control } from 'contentful-management/types';

let { fieldId, widgetNamespace, widgetId } = fieldContentWithId;
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}, '${widgetId}');`;
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}', '${widgetId}');`;
}
}
{
"name": "@dfds-contentful/migration",
"version": "3.0.18-alpha-81.230a076.0+230a076",
"version": "3.0.18",
"private": false,

@@ -61,3 +61,3 @@ "publishConfig": {

},
"gitHead": "230a076b4eb9b0f2914221cc256ed316504b95f0"
"gitHead": "b6de5bc2b0edd821d7e9b26eb6cfb62a1a73ee37"
}
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