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 7.0.5 to 7.1.0

10

CHANGELOG.md

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

# [7.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@7.0.5...@refinitiv-ui/i18n@7.1.0) (2023-10-31)
### Bug Fixes
- update `@trivago/prettier-plugin-sort-imports` to fix babel vulnerable to arbitrary code execution ([#1002](https://github.com/Refinitiv/refinitiv-ui/issues/1002)) ([e96385f](https://github.com/Refinitiv/refinitiv-ui/commit/e96385f652d8e2a8c3f6dffc952fecd718c9d033))
### Features
- adding `type=module` to `package.json` ([#974](https://github.com/Refinitiv/refinitiv-ui/issues/974)) ([9bf21dc](https://github.com/Refinitiv/refinitiv-ui/commit/9bf21dc05cb7ed93e1d14e797c1bf6af85b659d3)), closes [#985](https://github.com/Refinitiv/refinitiv-ui/issues/985)
## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@7.0.4...@refinitiv-ui/i18n@7.0.5) (2023-10-24)

@@ -8,0 +18,0 @@

2

lib/types.d.ts

@@ -0,3 +1,3 @@

import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';
import { Formats, Options } from 'intl-messageformat';
import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser';
type TranslateOptions = {

@@ -4,0 +4,0 @@ [key: string]: unknown;

{
"name": "@refinitiv-ui/i18n",
"version": "7.0.5",
"version": "7.1.0",
"description": "i18n support for Web Components",
"main": "./lib/index.js",
"module": "./lib/index.js",
"type": "module",
"types": "./lib/index.d.ts",

@@ -21,6 +22,6 @@ "repository": {

"start": "npm run build && concurrently \"npm run build:watch\" \"vite serve __demo__ --open --force\"",
"test": "npm run build && node ../../scripts/tests/run.mjs --package=i18n",
"test": "npm run build && node ../../scripts/tests/run.js --package=i18n",
"test:watch": "npm run test -- --watch",
"prepack": "npm run version",
"version": "node ../../scripts/version/index.mjs"
"version": "node ../../scripts/version/index.js"
},

@@ -37,7 +38,7 @@ "author": "LSEG",

"devDependencies": {
"@refinitiv-ui/phrasebook": "^7.0.5",
"@refinitiv-ui/test-helpers": "^7.0.4"
"@refinitiv-ui/phrasebook": "^7.1.0",
"@refinitiv-ui/test-helpers": "^7.1.0"
},
"peerDependencies": {
"@refinitiv-ui/phrasebook": "^7.0.5"
"@refinitiv-ui/phrasebook": "^7.1.0"
},

@@ -47,3 +48,3 @@ "publishConfig": {

},
"gitHead": "3844f684f73a3ef5f035dd567e4362add74825eb"
"gitHead": "f0019ccc2f241a998c5e455b433c0e36720d5fe6"
}
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