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.15 to 2.0.16

22

lib/type-properties/property-types.js

@@ -34,17 +34,17 @@ "use strict";

{ label: 'Boolean', propertyType: PropertyType.Boolean, createable: true },
{ label: 'MultiSelect', propertyType: PropertyType.MultiSelect, createable: true },
{ label: 'MultiSelect', propertyType: PropertyType.MultiSelect, createable: false },
{ label: 'SingleSelect', propertyType: PropertyType.SingleSelect, createable: true },
{ label: 'Url', propertyType: PropertyType.Url, createable: true },
{ label: 'Url', propertyType: PropertyType.Url, createable: false },
{ label: 'Currency', propertyType: PropertyType.Currency, createable: true },
{ label: 'Percent', propertyType: PropertyType.Percent, createable: true },
{ label: 'Rating', propertyType: PropertyType.Rating, createable: true },
{ label: 'Rating', propertyType: PropertyType.Rating, createable: false },
{ label: 'Formula', propertyType: PropertyType.Formula, createable: true },
{ label: 'ObjectReference', propertyType: PropertyType.ObjectReference, createable: true },
{ label: 'ObjectReferenceList', propertyType: PropertyType.ObjectReferenceList, createable: true },
{ label: 'DataGrid', propertyType: PropertyType.DataGrid, createable: true },
{ label: 'CascadingSelect', propertyType: PropertyType.CascadingSelect, createable: true },
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: true },
{ label: 'Constant', propertyType: PropertyType.Constant, createable: true },
{ label: 'Composite', propertyType: PropertyType.Composite, createable: true },
{ label: 'UserList', propertyType: PropertyType.UserList, createable: true },
{ label: 'ObjectReference', propertyType: PropertyType.ObjectReference, createable: false },
{ label: 'ObjectReferenceList', propertyType: PropertyType.ObjectReferenceList, createable: false },
{ label: 'DataGrid', propertyType: PropertyType.DataGrid, createable: false },
{ label: 'CascadingSelect', propertyType: PropertyType.CascadingSelect, createable: false },
{ label: 'Sequence', propertyType: PropertyType.Sequence, createable: false },
{ label: 'Constant', propertyType: PropertyType.Constant, createable: false },
{ label: 'Composite', propertyType: PropertyType.Composite, createable: false },
{ label: 'UserList', propertyType: PropertyType.UserList, createable: false },
{ label: 'Image', propertyType: PropertyType.Image, createable: true },

@@ -51,0 +51,0 @@ ];

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