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.11 to 2.0.12

6

lib/type-properties/type-property.d.ts
import { PropertyType } from ".";
export interface TypeProperty {
id?: string;
propertyType: PropertyType;
slug: string;
label: string;
propertyType?: PropertyType;
slug?: string;
label?: string;
formula?: string;

@@ -8,0 +8,0 @@ numberFormat?: NumberFormatingOption;

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