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

@internationalized/number

Package Overview
Dependencies
Maintainers
2
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internationalized/number - npm Package Compare versions

Comparing version 3.0.0-nightly.2595 to 3.0.0-nightly.2600

2

dist/main.js

@@ -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

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