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-19bc0b845-241211

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-12920fc91-241104",
"version": "3.0.0-nightly-19bc0b845-241211",
"description": "Internationalized message formatting and locale negotiation",

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

},
"stableVersion": "3.1.5"
"stableVersion": "3.1.6"
}

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