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

@refinitiv-ui/i18n

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinitiv-ui/i18n - npm Package Compare versions

Comparing version 6.0.9 to 6.0.10

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [6.0.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.9...@refinitiv-ui/i18n@6.0.10) (2023-03-14)
**Note:** Version bump only for package @refinitiv-ui/i18n
## [6.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.7...@refinitiv-ui/i18n@6.0.9) (2022-11-07)

@@ -8,0 +16,0 @@

2

lib/lang-attribute-observer.d.ts

@@ -1,2 +0,2 @@

declare type LangObserverCallback = () => void;
type LangObserverCallback = () => void;
/**

@@ -3,0 +3,0 @@ * An abstract class to observe `lang` attribute changes

import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';
import { Formats, Options } from 'intl-messageformat';
declare type TranslateOptions = {
type TranslateOptions = {
[key: string]: unknown;
};
declare type TranslateMessage = string | MessageFormatElement[];
declare type MessageFormats = Partial<Formats>;
declare type MessageOptions = Options;
type TranslateMessage = string | MessageFormatElement[];
type MessageFormats = Partial<Formats>;
type MessageOptions = Options;
/**

@@ -13,3 +13,3 @@ * BCP 47 unicode extensions.

*/
declare type UnicodeExtensions = {
type UnicodeExtensions = {
/**

@@ -42,3 +42,3 @@ * Numbering system

*/
declare type TranslateParams = {
type TranslateParams = {
/**

@@ -45,0 +45,0 @@ * BCP 47 unicode extensions

{
"name": "@refinitiv-ui/i18n",
"version": "6.0.9",
"version": "6.0.10",
"description": "i18n support for Web Components",

@@ -35,3 +35,3 @@ "main": "./lib/index.js",

"@refinitiv-ui/phrasebook": "^6.3.1",
"@refinitiv-ui/test-helpers": "^6.0.6"
"@refinitiv-ui/test-helpers": "^6.0.7"
},

@@ -44,3 +44,3 @@ "peerDependencies": {

},
"gitHead": "f56a840063baf7410faa72fe11513c394329fbaa"
"gitHead": "e62cfbe61a6a47631050582aceb07a8f492e0914"
}

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