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

@contrail/types

Package Overview
Dependencies
Maintainers
5
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.20 to 1.0.21

4

lib/formatter/property-value-formatter.js

@@ -79,4 +79,4 @@ "use strict";

options.currency = this.localizationConfig.currencyCode;
if (value && value[this.localizationConfig.currencyCode]) {
val = value[this.localizationConfig.currencyCode] || value[this.localizationConfig.currencyCode.toLocaleLowerCase()];
if (value && value[this.localizationConfig.currencyCode] || value[this.localizationConfig.currencyCode.toLowerCase()]) {
val = value[this.localizationConfig.currencyCode] || value[this.localizationConfig.currencyCode.toLowerCase()];
}

@@ -83,0 +83,0 @@ }

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