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

@contrail/documents

Package Overview
Dependencies
Maintainers
11
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/documents - npm Package Compare versions

Comparing version 1.0.81 to 1.0.82

5

lib/document-element-property-binding-handler.js

@@ -21,3 +21,6 @@ "use strict";

const modelIndex = element.propertyBindings[propertyKey];
const propertyValue = util_1.ObjectUtil.getByPath(localModel, modelIndex) || '';
let propertyValue = util_1.ObjectUtil.getByPath(localModel, modelIndex);
if (propertyValue === null || propertyValue === undefined) {
propertyValue = '';
}
util_1.ObjectUtil.setByPath(element, propertyKey, propertyValue);

@@ -24,0 +27,0 @@ }

2

package.json
{
"name": "@contrail/documents",
"version": "1.0.81",
"version": "1.0.82",
"description": "Documents library for contrail platform",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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