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

@react-aria/i18n

Package Overview
Dependencies
Maintainers
2
Versions
816
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/i18n - npm Package Compare versions

Comparing version 3.0.0-nightly-a98da553e-241116 to 3.0.0-nightly-b3a4d6c11-241119

1

dist/useDefaultLocale.main.js

@@ -29,3 +29,2 @@ var $4d65847630a056a8$exports = require("./utils.main.js");

try {
// @ts-ignore
Intl.DateTimeFormat.supportedLocalesOf([

@@ -32,0 +31,0 @@ locale

@@ -23,3 +23,2 @@ import {isRTL as $148a7a147e38ea7f$export$702d680b21cbd764} from "./utils.module.js";

try {
// @ts-ignore
Intl.DateTimeFormat.supportedLocalesOf([

@@ -26,0 +25,0 @@ locale

@@ -53,3 +53,2 @@

// If the Intl.Locale API is available, use it to get the locale's text direction.
// @ts-ignore
if (Intl.Locale) {

@@ -56,0 +55,0 @@ let locale = new Intl.Locale(localeString).maximize();

@@ -47,3 +47,2 @@ /*

// If the Intl.Locale API is available, use it to get the locale's text direction.
// @ts-ignore
if (Intl.Locale) {

@@ -50,0 +49,0 @@ let locale = new Intl.Locale(localeString).maximize();

18

package.json
{
"name": "@react-aria/i18n",
"version": "3.0.0-nightly-a98da553e-241116",
"version": "3.0.0-nightly-b3a4d6c11-241119",
"description": "Spectrum UI components in React",

@@ -50,13 +50,13 @@ "license": "Apache-2.0",

"dependencies": {
"@internationalized/date": "^3.0.0-nightly-a98da553e-241116",
"@internationalized/message": "^3.0.0-nightly-a98da553e-241116",
"@internationalized/number": "^3.0.0-nightly-a98da553e-241116",
"@internationalized/string": "^3.0.0-nightly-a98da553e-241116",
"@react-aria/ssr": "^3.0.0-nightly-a98da553e-241116",
"@react-aria/utils": "^3.0.0-nightly-a98da553e-241116",
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116",
"@internationalized/date": "^3.0.0-nightly-b3a4d6c11-241119",
"@internationalized/message": "^3.0.0-nightly-b3a4d6c11-241119",
"@internationalized/number": "^3.0.0-nightly-b3a4d6c11-241119",
"@internationalized/string": "^3.0.0-nightly-b3a4d6c11-241119",
"@react-aria/ssr": "^3.0.0-nightly-b3a4d6c11-241119",
"@react-aria/utils": "^3.0.0-nightly-b3a4d6c11-241119",
"@react-types/shared": "^3.0.0-nightly-b3a4d6c11-241119",
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},

@@ -63,0 +63,0 @@ "publishConfig": {

@@ -38,3 +38,2 @@ /*

try {
// @ts-ignore
Intl.DateTimeFormat.supportedLocalesOf([locale]);

@@ -41,0 +40,0 @@ } catch {

@@ -22,3 +22,2 @@ /*

// If the Intl.Locale API is available, use it to get the locale's text direction.
// @ts-ignore
if (Intl.Locale) {

@@ -25,0 +24,0 @@ let locale = new Intl.Locale(localeString).maximize();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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