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

@contrail/types

Package Overview
Dependencies
Maintainers
4
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 1.0.2 to 1.0.3

13

lib/properties/type-property.d.ts

@@ -7,2 +7,3 @@ import { PropertyType } from ".";

formula?: string;
formulaFormat?: NumberFormatingOption;
options?: Array<TypePropertyOption>;

@@ -14,1 +15,13 @@ }

}
export interface NumberFormatingOption {
format: NumberFormat;
precision: number;
currency: string;
}
export declare enum NumberFormat {
Currency = "currency",
Percent = "percent",
Integer = "integer",
Decimal = "decimal",
Duration = "duration"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NumberFormat = void 0;
var NumberFormat;
(function (NumberFormat) {
NumberFormat["Currency"] = "currency";
NumberFormat["Percent"] = "percent";
NumberFormat["Integer"] = "integer";
NumberFormat["Decimal"] = "decimal";
NumberFormat["Duration"] = "duration";
})(NumberFormat = exports.NumberFormat || (exports.NumberFormat = {}));

2

package.json
{
"name": "@contrail/types",
"version": "1.0.2",
"version": "1.0.3",
"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