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
727
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.1-nightly.2730 to 3.0.1-nightly.2731

4

package.json
{
"name": "@internationalized/number",
"version": "3.0.1-nightly.2730+a4831e5fb",
"version": "3.0.1-nightly.2731+a60427fdf",
"description": "Internationalized number formatting and parsing utilities",

@@ -25,3 +25,3 @@ "license": "Apache-2.0",

},
"gitHead": "a4831e5fba17cf0a740c4c601e0c298d99960de3"
"gitHead": "a60427fdf8cb7a1b53b4da562cca5f24e39fe766"
}

@@ -127,3 +127,3 @@ /*

/** @private - exported for tests */
export function numberFormatSignDisplayPolyfill(numberFormat: Intl.NumberFormat, signDisplay: 'always' | 'exceptZero' | 'auto' | 'never', num: number) {
export function numberFormatSignDisplayPolyfill(numberFormat: Intl.NumberFormat, signDisplay: string, num: number) {
if (signDisplay === 'auto') {

@@ -130,0 +130,0 @@ return numberFormat.format(num);

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