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

@contrail/types

Package Overview
Dependencies
Maintainers
6
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 2.0.25 to 2.0.26

2

lib/type-properties/property-types.js

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

{ label: 'CascadingSelect', propertyType: PropertyType.CascadingSelect, createable: false },
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: false },
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: true },
{ label: 'Constant', propertyType: PropertyType.Constant, createable: false },

@@ -48,0 +48,0 @@ { label: 'Composite', propertyType: PropertyType.Composite, createable: false },

@@ -18,2 +18,9 @@ import { PropertyType } from ".";

referencedTypeId?: string;
sequenceSeedValue?: number;
defaultValue?: any;
minValue?: number;
maxValue?: number;
localizedLabels?: {
[key: string]: string;
};
}

@@ -23,2 +30,9 @@ export interface TypePropertyOption {

display: string;
color?: string;
additionalValues?: {
[key: string]: any;
};
localizedDisplays?: {
[key: string]: string;
};
}

@@ -25,0 +39,0 @@ export interface NumberFormatingOptions {

{
"name": "@contrail/types",
"version": "2.0.25",
"version": "2.0.26",
"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