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

@contrail/documents

Package Overview
Dependencies
Maintainers
10
Versions
107
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.63 to 1.0.64

0

lib/components/components.d.ts

@@ -0,0 +0,0 @@ import { BackgroundSizeType } from '../types';

@@ -0,0 +0,0 @@ "use strict";

export * from './components';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Action } from '@contrail/actions';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class DocumentElementComponentSizeHandler {

@@ -0,0 +0,0 @@ import { ComponentDefinition } from './components/components';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DocumentElement } from './types/document-element';

6

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

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

static bindPropertiesToElement(element, model) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
const localModel = Object.assign({}, model);

@@ -45,2 +45,6 @@ if (!element.propertyBindings) {

}
let originalFile = (_k = model === null || model === void 0 ? void 0 : model.viewable) === null || _k === void 0 ? void 0 : _k.primaryFileUrl;
if (originalFile) {
element.alternateUrls.originalFile = originalFile;
}
}

@@ -47,0 +51,0 @@ if (element.elements) {

@@ -0,0 +0,0 @@ export * from './types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface TextStyleDefinition {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface DataObject {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { PositionDefinition, SizeDefinition } from "./common";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

1

lib/types/document-element.d.ts

@@ -26,3 +26,2 @@ import { CropDefinition, LineDefinition, PositionDefinition, RotationDefinition } from './common';

isHidden?: boolean;
elementIds?: Array<string>;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { PositionDefinition, SizeDefinition, StyleDefinition, ViewBox } from "./common";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface ScaleTransformation {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from './common';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@contrail/documents",
"version": "1.0.63",
"version": "1.0.64",
"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