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

@contrail/types

Package Overview
Dependencies
Maintainers
9
Versions
179
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 3.0.13 to 3.0.14

0

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

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

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

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

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

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

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

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

export * from './formula-processor';
export * from './formula-function-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 './option-set-hierarchy';
export * from './option-set-hierarchy-helper';

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

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

@@ -0,0 +0,0 @@ import { Type } from "../types";

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

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

3

lib/type-properties/property-types.d.ts

@@ -25,3 +25,4 @@ export declare enum PropertyType {

Json = "json",
Password = "password"
Password = "password",
SizeRange = "size_range"
}

@@ -28,0 +29,0 @@ export interface PropertyTypeMetaData {

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

PropertyType["Password"] = "password";
PropertyType["SizeRange"] = "size_range";
})(PropertyType = exports.PropertyType || (exports.PropertyType = {}));

@@ -57,2 +58,3 @@ exports.AllPropertyTypes = [

{ label: 'Password', propertyType: PropertyType.Password, createable: false },
{ label: 'Size Range', propertyType: PropertyType.SizeRange, createable: true },
];

@@ -59,0 +61,0 @@ exports.PropertyTypeMeta = new Map();

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

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

export * from './type-property-policy';

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

@@ -0,0 +0,0 @@ import { Policy } from '@contrail/policies';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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-rules';

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export * from './interfaces';
export * from './parse-optionSet';
export * from './process-orchestrator';

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
import { ReducedOptionSet } from './interfaces';
export declare function parseOptionSets(csvData: any[]): ReducedOptionSet[];
export declare function parseOptionSet(columnName: any, values: Set<string>): ReducedOptionSet;

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

@@ -0,0 +0,0 @@ import { ReducedTypeProperty, ReducedOptionSet } from './interfaces';

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

@@ -0,0 +0,0 @@ import { ReducedTypeProperty } from './interfaces';

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

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 });
{
"name": "@contrail/types",
"version": "3.0.13",
"version": "3.0.14",
"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