Socket
Socket
Sign inDemoInstall

crownpeak-dxm-angular-sdk

Package Overview
Dependencies
104
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.3.0

5

classes/parsers/component.js

@@ -68,3 +68,3 @@ const fs = require("fs");

uploads = uploads.concat(processedResult.uploads);
results.push({name: name, content: processedResult.content, folder: cmsProps.folder, zones: cmsProps.zones, dependencies: dependencies});
results.push({name: name, content: processedResult.content, folder: cmsProps.folder, zones: cmsProps.zones, disableDragDrop: cmsProps.disableDragDrop, dependencies: dependencies});
}

@@ -288,3 +288,4 @@ }

folder: getClassPropertyValue(declaration, "cmsFolder", ""),
zones: getClassPropertyValue(declaration, "cmsZones", [])
zones: getClassPropertyValue(declaration, "cmsZones", []),
disableDragDrop: getClassPropertyValue(declaration, "cmsDisableDragDrop", undefined)
};

@@ -291,0 +292,0 @@ };

1

dist/classes/components/cmsComponent.d.ts

@@ -8,4 +8,5 @@ import CmsCore from "../common/cmsCore";

cmsZones?: string[];
cmsDisableDragDrop?: boolean;
constructor(props?: any);
ngOnInit(): void;
}

@@ -24,2 +24,3 @@ "use strict";

_this.cmsZones = [];
_this.cmsDisableDragDrop = false;
return _this;

@@ -26,0 +27,0 @@ }

{
"name": "crownpeak-dxm-angular-sdk",
"version": "3.2.1",
"version": "3.3.0",
"description": "Crownpeak Digital Experience Management (DXM)Software Development Kit (SDK) for Angular has been constructed to assist the Single Page App developer in developing client-side applications that leverage DXM for content management purposes.",

@@ -19,3 +19,3 @@ "repository": "https://github.com/Crownpeak/DXM-Angular-SDK",

"@babel/parser": "^7.9.4",
"crownpeak-dxm-sdk-core": "^3.2.1",
"crownpeak-dxm-sdk-core": "^3.3.0",
"dotenv": "^8.2.0",

@@ -22,0 +22,0 @@ "rxjs": "~6.5.4",

@@ -53,2 +53,3 @@ <a href="https://www.crownpeak.com" target="_blank">![Crownpeak Logo](https://github.com/Crownpeak/DXM-Angular-SDK/raw/master/images/crownpeak-logo.png?raw=true "Crownpeak Logo")</a>

| 3.2.0 | 2021JAN07 | Add cp-scaffold for wrappers, option to include metadata on pages, $file macro in CMS_STATIC_CONTENT_LOCATION. |
| 3.2.1 | 2021JAN08 | Extra macro option using {file} in CMS_STATIC_CONTENT_LOCATION. |
| 3.2.1 | 2021JAN08 | Extra macro option using {file} in CMS_STATIC_CONTENT_LOCATION. |
| 3.3.0 | 2021JAN13 | Add cmsDisableDragDrop option to mark components unsuitable for Drag and Drop. |

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc