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

@contrail/types

Package Overview
Dependencies
Maintainers
6
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/types - npm Package Compare versions

Comparing version 2.0.19 to 2.0.20

0

lib/formatter/index.d.ts
export * from './property-value-formatter';

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

1

lib/formatter/property-value-formatter.d.ts

@@ -18,2 +18,3 @@ import { DateFormatingOptions, NumberFormatingOptions, TypeProperty } from '../type-properties';

formatBoolean(value: boolean): string;
formatObjectReference(object: any): any;
}

@@ -127,3 +127,7 @@ "use strict";

}
formatObjectReference(object) {
const objectName = (object === null || object === void 0 ? void 0 : object.optionName) || (object === null || object === void 0 ? void 0 : object.name) || '';
return objectName;
}
}
exports.PropertyValueFormatter = PropertyValueFormatter;

@@ -0,0 +0,0 @@ import { TypeProperty } from "../type-properties";

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

export * from './formula-processor';

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

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

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

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export * from './type-interface';

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export * from './property-types';
export * from './type-property';

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

@@ -0,0 +0,0 @@ export declare enum PropertyType {

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

@@ -0,0 +0,0 @@ import { PropertyType } from ".";

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

export * from './type-root';

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export * from './type';

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

@@ -0,0 +0,0 @@ import { Relation } from "../relations/relation";

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

2

package.json
{
"name": "@contrail/types",
"version": "2.0.19",
"version": "2.0.20",
"description": "Types Utility module",

@@ -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