@internationalized/number
Advanced tools
Comparing version 3.0.3-nightly.2871 to 3.0.3-nightly.2873
@@ -395,4 +395,4 @@ var _babelRuntimeHelpersExtends = $parcel$interopDefault(require("@babel/runtime/helpers/extends")); | ||
// Note: some locale's don't add a group symbol until there is a ten thousands place | ||
let allParts = formatter.formatToParts(-10000.1); | ||
let posAllParts = formatter.formatToParts(10000.1); | ||
let allParts = formatter.formatToParts(-10000.111); | ||
let posAllParts = formatter.formatToParts(10000.111); | ||
let singularParts = formatter.formatToParts(1); | ||
@@ -399,0 +399,0 @@ let minusSign = (_allParts$find$value = (_allParts$find = allParts.find(p => p.type === 'minusSign')) == null ? void 0 : _allParts$find.value) != null ? _allParts$find$value : '-'; |
@@ -387,4 +387,4 @@ import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends"; | ||
// Note: some locale's don't add a group symbol until there is a ten thousands place | ||
let allParts = formatter.formatToParts(-10000.1); | ||
let posAllParts = formatter.formatToParts(10000.1); | ||
let allParts = formatter.formatToParts(-10000.111); | ||
let posAllParts = formatter.formatToParts(10000.111); | ||
let singularParts = formatter.formatToParts(1); | ||
@@ -391,0 +391,0 @@ let minusSign = (_allParts$find$value = (_allParts$find = allParts.find(p => p.type === 'minusSign')) == null ? void 0 : _allParts$find.value) != null ? _allParts$find$value : '-'; |
{ | ||
"name": "@internationalized/number", | ||
"version": "3.0.3-nightly.2871+6e335aef6", | ||
"version": "3.0.3-nightly.2873+7018c1320", | ||
"description": "Internationalized number formatting and parsing utilities", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "6e335aef61e21f271a1c6c9dfd49a4f7a6370ff3" | ||
"gitHead": "7018c1320d6470d00353134ae62462c4c5595bb8" | ||
} |
@@ -196,4 +196,4 @@ /* | ||
// Note: some locale's don't add a group symbol until there is a ten thousands place | ||
let allParts = formatter.formatToParts(-10000.1); | ||
let posAllParts = formatter.formatToParts(10000.1); | ||
let allParts = formatter.formatToParts(-10000.111); | ||
let posAllParts = formatter.formatToParts(10000.111); | ||
let singularParts = formatter.formatToParts(1); | ||
@@ -200,0 +200,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
130363