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

@contrail/documents

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/documents - npm Package Compare versions

Comparing version

to
1.0.116

@@ -17,2 +17,3 @@ import { DocumentElement } from './document-element';

backingAssortmentItemData?: any;
targetSortIndex?: number;
}

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

}
export interface LinkedEdgeDefinition {
id?: string;
position?: PositionDefinition;
location?: 'auto' | 'top' | 'bottom' | 'left' | 'right';
}
export interface DocumentElement extends Document {

@@ -46,4 +41,2 @@ id?: string;

rowspan?: number;
start?: LinkedEdgeDefinition;
end?: LinkedEdgeDefinition;
propertyBindingsMetaData?: {

@@ -50,0 +43,0 @@ displayFunction: string;

{
"name": "@contrail/documents",
"version": "1.0.115",
"version": "1.0.116",
"description": "Documents library for contrail platform",

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