Socket
Socket
Sign inDemoInstall

terra-i18n

Package Overview
Dependencies
Maintainers
7
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-i18n - npm Package Compare versions

Comparing version 4.42.0 to 4.43.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 4.43.0 - (May 24, 2024)
* Changed
* Minor dependency version bump.
## 4.42.0 - (February 15, 2024)

@@ -7,0 +12,0 @@

37

package.json
{
"name": "terra-i18n",
"version": "4.42.0",
"version": "4.43.0",
"description": "The terra-i18n package provides on-demand internationalization of React components.",

@@ -24,13 +24,22 @@ "author": "Cerner Corporation",

"main": "lib/I18n.js",
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2"
},
"dependencies": {
"classnames": "^2.2.5",
"intl": "^1.2.5",
"classnames": "2",
"intl": "1",
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13",
"prop-types": "^15.5.8"
"prop-types": "15"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0"
},
"scripts": {

@@ -42,8 +51,8 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

"jest": "jest --config ../../jest.config.js",
"wdio-default": "cd ../.. && terra wdio",
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
"wdio:default": "cd ../.. && terra wdio",
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion"
},
"gitHead": "31ec38baf909fed741b41a204f7fa28884ab327e"
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac"
}
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