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

@enact/i18n

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/i18n - npm Package Compare versions

Comparing version 3.4.8 to 3.4.9-experimental-1

10

CHANGELOG.md

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

## [3.4.9-experimental-1] - 2020-11-19
No significant changes.
## [3.4.9] - 2020-10-30
### Fixed
- `i18n/I18nDecorator` to add global class `enact-locale-non-italic` for scriptName `Kore`
## [3.4.8] - 2020-10-08

@@ -7,0 +17,0 @@

2

I18nDecorator/getI18nClasses.js

@@ -76,3 +76,3 @@ "use strict";

if (scriptName !== 'Latn' && scriptName !== 'Cyrl' && scriptName !== 'Grek') {
if (scriptName !== 'Latn' && scriptName !== 'Cyrl' && scriptName !== 'Grek' && scriptName !== 'Kore') {
// GF-45884: allow enact to avoid setting italic fonts for those scripts that do not

@@ -79,0 +79,0 @@ // commonly use italics

{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "3.4.8",
"version": "3.4.9-experimental-1",
"description": "Internationalization support for Enact using iLib",

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

"dependencies": {
"@enact/core": "^3.4.8",
"@enact/core": "^3.4.9-experimental-1",
"prop-types": "^15.7.2",

@@ -47,0 +47,0 @@ "ramda": "^0.24.1",

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