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 5.1.3 to 5.1.4

lib/constants.d.ts

8

CHANGELOG.md

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

## [5.1.4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/i18n@5.1.3...@refinitiv-ui/i18n@5.1.4) (2021-09-15)
**Note:** Version bump only for package @refinitiv-ui/i18n
## [5.1.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/i18n@5.1.2...@refinitiv-ui/i18n@5.1.3) (2021-09-13)

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

3

lib/index.d.ts

@@ -1,6 +0,5 @@

declare const DEFAULT_LOCALE = "en-GB";
export { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types';
export { LangObserverCallback, LangAttributeObserver } from './lang-attribute-observer';
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate';
export { DEFAULT_LOCALE };
export { DEFAULT_LOCALE } from './constants';
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,4 @@

const DEFAULT_LOCALE = 'en-GB';
export { LangAttributeObserver } from './lang-attribute-observer';
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate';
export { DEFAULT_LOCALE };
export { DEFAULT_LOCALE } from './constants';
//# sourceMappingURL=index.js.map
import { Phrasebook } from '@refinitiv-ui/phrasebook';
import { supportedLocales } from '@formatjs/intl-utils';
import { DEFAULT_LOCALE } from './index';
import { DEFAULT_LOCALE } from './constants';
import { Memoiser } from './memoiser';

@@ -5,0 +5,0 @@ /**

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

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

},
"gitHead": "f6868e9bcf3d8e268a2c4e89824d83de1874e5dc"
"gitHead": "ff2bf7cd08e62f053f70d363f3f68722b7205fda"
}

Sorry, the diff of this file is not supported yet

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