New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@internationalized/message

Package Overview
Dependencies
Maintainers
2
Versions
844
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internationalized/message - npm Package Compare versions

Comparing version

to
3.0.0-nightly-326f48154-241212

4

dist/MessageDictionary.main.js

@@ -52,5 +52,3 @@

function $9a5a7b8408290694$var$getLanguage(locale) {
// @ts-ignore
if (Intl.Locale) // @ts-ignore
return new Intl.Locale(locale).language;
if (Intl.Locale) return new Intl.Locale(locale).language;
return locale.split('-')[0];

@@ -57,0 +55,0 @@ }

@@ -46,5 +46,3 @@ /*

function $d6fd23bc337660df$var$getLanguage(locale) {
// @ts-ignore
if (Intl.Locale) // @ts-ignore
return new Intl.Locale(locale).language;
if (Intl.Locale) return new Intl.Locale(locale).language;
return locale.split('-')[0];

@@ -51,0 +49,0 @@ }

{
"name": "@internationalized/message",
"version": "3.0.0-nightly-262cc758b-241115",
"version": "3.0.0-nightly-326f48154-241212",
"description": "Internationalized message formatting and locale negotiation",

@@ -30,4 +30,3 @@ "license": "Apache-2.0",

"access": "public"
},
"stableVersion": "3.1.5"
}
}

@@ -79,5 +79,3 @@ /*

function getLanguage(locale: string) {
// @ts-ignore
if (Intl.Locale) {
// @ts-ignore
return new Intl.Locale(locale).language;

@@ -84,0 +82,0 @@ }

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