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

@refinitiv-ui/i18n

Package Overview
Dependencies
Maintainers
2
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.2.7-build.1823865528.3.47 to 5.2.7-build.1840650306.1.56

1

lib/constants.d.ts
declare const DEFAULT_LOCALE = "en-GB";
export { DEFAULT_LOCALE };
//# sourceMappingURL=constants.d.ts.map
const DEFAULT_LOCALE = 'en-GB';
export { DEFAULT_LOCALE };
//# sourceMappingURL=constants.js.map

@@ -5,2 +5,1 @@ export type { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types';

export { DEFAULT_LOCALE } from './constants.js';
//# sourceMappingURL=index.d.ts.map
export { LangAttributeObserver } from './lang-attribute-observer.js';
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate.js';
export { DEFAULT_LOCALE } from './constants.js';
//# sourceMappingURL=index.js.map

@@ -34,2 +34,1 @@ declare type LangObserverCallback = () => void;

export { LangObserverCallback, LangAttributeObserver };
//# sourceMappingURL=lang-attribute-observer.d.ts.map

@@ -69,2 +69,1 @@ /**

export { LangAttributeObserver };
//# sourceMappingURL=lang-attribute-observer.js.map

@@ -59,2 +59,1 @@ import type { TranslateOptions, TranslateMessage, MessageFormats, MessageOptions } from './types';

export { Memoiser };
//# sourceMappingURL=memoiser.d.ts.map

@@ -124,2 +124,1 @@ // see https://github.com/formatjs/formatjs/tree/main/packages/intl-format-cache

export { Memoiser };
//# sourceMappingURL=memoiser.js.map

@@ -40,2 +40,1 @@ import type { TranslateOptions, TranslateParams } from './types';

export { t, resolveLocale, clearCache, clearCachedRecord };
//# sourceMappingURL=translate.d.ts.map

@@ -111,2 +111,1 @@ import { Phrasebook } from '@refinitiv-ui/phrasebook';

export { t, resolveLocale, clearCache, clearCachedRecord };
//# sourceMappingURL=translate.js.map

@@ -65,2 +65,1 @@ import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';

export { TranslateOptions, TranslateParams, TranslateMessage, UnicodeExtensions, MessageFormats, MessageOptions };
//# sourceMappingURL=types.d.ts.map
export {};
//# sourceMappingURL=types.js.map

10

package.json
{
"name": "@refinitiv-ui/i18n",
"version": "5.2.7-build.1823865528.3.47+b61b2f10",
"version": "5.2.7-build.1840650306.1.56+69b2b8c",
"description": "i18n support for Web Components",

@@ -34,7 +34,7 @@ "main": "./lib/index.js",

"devDependencies": {
"@refinitiv-ui/phrasebook": "^5.4.2-build.1823865528.3.47+b61b2f10",
"@refinitiv-ui/test-helpers": "^5.1.3-build.1823865528.3.47+b61b2f10"
"@refinitiv-ui/phrasebook": "5.4.2-build.1840650306.1.56+69b2b8c",
"@refinitiv-ui/test-helpers": "5.1.3-build.1840650306.1.56+69b2b8c"
},
"peerDependencies": {
"@refinitiv-ui/phrasebook": "^5.4.2-build.1823865528.3.47+b61b2f10"
"@refinitiv-ui/phrasebook": "5.4.2-build.1840650306.1.56+69b2b8c"
},

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

},
"gitHead": "b61b2f1035f5d187980d0492969f2bd6dd3adb8f"
"gitHead": "69b2b8c58f86dfea2c3eefab705c9f55de489c71"
}

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