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

@brightspace-ui/intl

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/intl - npm Package Compare versions

Comparing version 3.16.0 to 3.16.1

8

lib/common.js

@@ -5,3 +5,3 @@ export const defaultLocale = 'en';

export const supportedLocalesDetails = [
{ code: 'ar-sa', name: 'العربية' },
{ code: 'ar-sa', name: 'العربية (المملكة العربية السعودية)' },
{ code: 'cy-gb', name: 'Cymraeg (Y Deyrnas Unedig)' },

@@ -18,3 +18,3 @@ { code: 'da-dk', name: 'Dansk (danmark)' },

{ code: 'fr-on', name: 'Français (Ontario)' },
{ code: 'hi-in', name: 'हिन्दी Hindi (India)' },
{ code: 'hi-in', name: 'हिंदी (भारत)' },
{ code: 'ja-jp', name: '日本語 (日本)' },

@@ -27,4 +27,4 @@ { code: 'ko-kr', name: '한국어 (대한민국)' },

{ code: 'tr-tr', name: 'Türkçe (Türkiye)' },
{ code: 'zh-cn', name: '中文(中华人民共和国)' },
{ code: 'zh-tw', name: '中文(台灣)' }
{ code: 'zh-cn', name: '中文(简体)' },
{ code: 'zh-tw', name: '中文(繁体)' }
];

@@ -31,0 +31,0 @@ export const supportedLocales = supportedLocalesDetails.map((l) => l.code);

{
"name": "@brightspace-ui/intl",
"version": "3.16.0",
"version": "3.16.1",
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",

@@ -43,6 +43,6 @@ "main": "lib/number.js",

"@web/dev-server": "^0.4",
"chai": "^4",
"chai": "^5",
"concurrently": "^8",
"eslint": "^8",
"eslint-config-brightspace": "^0.25",
"eslint-config-brightspace": "^1.0",
"http-server": "^14.0",

@@ -49,0 +49,0 @@ "mocha": "^10",

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