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

@contrail/types

Package Overview
Dependencies
Maintainers
16
Versions
190
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.74 to 3.0.75-alpha.0

lib/formulas/entity-formula-processor.d.ts

1

lib/formulas/index.d.ts
export * from './formula-processor';
export * from './formula-function-processor';
export * from './entity-formula-processor';

@@ -19,1 +19,2 @@ "use strict";

__exportStar(require("./formula-function-processor"), exports);
__exportStar(require("./entity-formula-processor"), exports);

2

lib/types-processor/type-creation-helper.d.ts
import { ReducedTypeProperty } from './interfaces';
export declare function GetLevel(level: any): "family" | "option" | "overridable" | "all" | undefined;
export declare function GetLevel(level: any): "option" | "family" | "overridable" | "all" | undefined;
export declare function GetOptionSetProperty(key: any, isSingleSelect?: boolean, editable?: boolean, level?: null, optionSetName?: string, propertyKey?: null): ReducedTypeProperty;

@@ -4,0 +4,0 @@ export declare function GetNumberProperty(key: any, precision?: number, editable?: boolean, level?: null, propertyKey?: null): ReducedTypeProperty;

{
"name": "@contrail/types",
"version": "3.0.74",
"version": "3.0.75-alpha.0",
"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