New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crownpeak-dxm-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crownpeak-dxm-sdk-core - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dxm/dxm-cl-patch-for-react-sdk-2020JUN02.xml

8

common/cmsField.js
export default class CmsField extends String
{
constructor(cmsFieldName, cmsFieldType) {
constructor(cmsFieldName, cmsFieldType, value) {
super();
this.cmsFieldName = cmsFieldName;
this.cmsFieldType = cmsFieldType;
this.value = value;
}

@@ -11,2 +12,7 @@

{
if (typeof(this.value) !== "undefined"
&& this.value !== null
&& !(typeof(this.value) === "number" && isNaN(this.value)))
return this.value;
const dataSource = window.cmsDataCache.dataSource;

@@ -13,0 +19,0 @@ if (dataSource) {

4

package.json
{
"name": "crownpeak-dxm-sdk-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Crownpeak Digital Experience Management (DXM) Software Development Kits (SDK) have been constructed to assist the Single Page App developer in developing client-side applications that leverage DXM for content management purposes.",

@@ -12,2 +12,2 @@ "repository": "https://github.com/Crownpeak/DXM-SDK-Core",

}
}
}

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

| 0.1.1 | 2020MAY11 | Initial Release. |
| 0.1.2 | 2020JUN03 | Override for CmsField value |

@@ -14,0 +15,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