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

@brightspace-ui/intl

Package Overview
Dependencies
Maintainers
3
Versions
58
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.7.0 to 3.8.0

9

lib/dateTime.js

@@ -791,3 +791,3 @@ import { getDocumentLocaleSettings, getLanguage, merge } from './common.js';

case 'fr':
dateFormats = ['dddd\' le \'d MMMM yyyy', 'd MMM yyyy', 'dd/MM/yyyy', 'MMMM yyyy', 'd MMMM', 'd MMM'];
dateFormats = ['dddd d MMMM yyyy', 'd MMM yyyy', 'dd/MM/yyyy', 'MMMM yyyy', 'd MMMM', 'd MMM'];
months = [

@@ -881,3 +881,2 @@ ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],

case 'fr-ca':
case 'fr-on':
dateFormats[1] = 'MMM d yyyy';

@@ -889,2 +888,8 @@ dateFormats[2] = 'yyyy-MM-dd';

break;
case 'fr-on':
dateFormats[0] = 'dddd\' le \'d MMMM yyyy';
dateFormats[1] = 'MMM d yyyy';
dateFormats[2] = 'yyyy-MM-dd';
firstDayOfWeek = 0;
break;
case 'zh-tw':

@@ -891,0 +896,0 @@ days[0] = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'];

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

@@ -5,0 +5,0 @@ "main": "lib/number.js",

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