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

@contrail/documents

Package Overview
Dependencies
Maintainers
5
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.13 to 1.0.14

0

lib/components/components.d.ts

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

12

lib/components/components.js

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

position: { x: 0, y: 126 },
size: { height: 25, width: 125 },
style: {

@@ -21,12 +22,3 @@ font: {

type: "text",
position: { x: 0, y: 137 },
style: {
font: {
size: 8,
}
},
propertyBindings: { text: 'itemColor.item.styleNumber' }
}, {
type: "text",
position: { x: 0, y: 148 },
position: { x: 0, y: 151 },
size: { height: 25, width: 125 },

@@ -33,0 +25,0 @@ style: {

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 @@ import { DocumentElement } from './types/document-element';

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

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

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

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

6

lib/types/common.d.ts

@@ -40,1 +40,7 @@ export interface TextStyleDefinition {

}
export interface LineDefinition {
x1?: number;
x2?: number;
y1?: number;
y2?: number;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

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

import { PositionDefinition } from './common';
import { LineDefinition, PositionDefinition } from './common';
import { Document } from './document';

@@ -10,2 +10,3 @@ export interface DocumentElement extends Document {

propertyBindings?: any;
lineDefinition?: LineDefinition;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { SizeDefinition, StyleDefinition } 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.13",
"version": "1.0.14",
"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