@internationalized/number
Advanced tools
Comparing version 3.0.0-nightly.2595 to 3.0.0-nightly.2600
@@ -148,3 +148,3 @@ var _babelRuntimeHelpersExtends = $parcel$interopDefault(require("@babel/runtime/helpers/extends")); | ||
if (!((_UNITS$unit2 = $b6bf6c42eb93d35942f2d0c9c4a9aa06$var$UNITS[unit]) == null ? void 0 : _UNITS$unit2[unitDisplay])) { | ||
if (!((_UNITS$unit2 = $b6bf6c42eb93d35942f2d0c9c4a9aa06$var$UNITS[unit]) != null && _UNITS$unit2[unitDisplay])) { | ||
throw new Error("Unsupported unit " + unit + " with unitDisplay = " + unitDisplay); | ||
@@ -151,0 +151,0 @@ } |
@@ -142,3 +142,3 @@ import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends"; | ||
if (!((_UNITS$unit2 = $fe87f22deac4debf3eab2ca6a89602ab$var$UNITS[unit]) == null ? void 0 : _UNITS$unit2[unitDisplay])) { | ||
if (!((_UNITS$unit2 = $fe87f22deac4debf3eab2ca6a89602ab$var$UNITS[unit]) != null && _UNITS$unit2[unitDisplay])) { | ||
throw new Error("Unsupported unit " + unit + " with unitDisplay = " + unitDisplay); | ||
@@ -145,0 +145,0 @@ } |
{ | ||
"name": "@internationalized/number", | ||
"version": "3.0.0-nightly.2595+0707851b", | ||
"version": "3.0.0-nightly.2600+3f4563ab", | ||
"description": "Internationalized number formatting and parsing utilities", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "0707851bbff541c10e21c5b1c5fe10afb08f3301" | ||
"gitHead": "3f4563ab05cde3d73dc222da1b9af2fc707358c8" | ||
} |
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
128831