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.6 to 1.0.7

4

lib/formatter/property-value-formatter.js

@@ -32,2 +32,6 @@ "use strict";

}
case properties_1.PropertyType.Number: {
formattedValue = this.formatNumber(value, numberFormat || { format: properties_1.NumberFormat.Decimal });
break;
}
case properties_1.PropertyType.Formula: {

@@ -34,0 +38,0 @@ formattedValue = this.formatNumber(value, numberFormat || { format: properties_1.NumberFormat.Decimal });

2

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