Socket
Socket
Sign inDemoInstall

terra-i18n

Package Overview
Dependencies
Maintainers
9
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 1.14.0 to 2.0.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

2.0.0 - (February 12, 2018)
------------------
### Changed
* Updated to use React 16
1.14.0 - (February 1, 2018)

@@ -9,0 +14,0 @@ ------------------

2

docs/DEPENDENCIES.md

@@ -15,3 +15,3 @@ # Dependency Information

| babel-jest | ^19.0.0 | -- | [Babel](https://github.com/babel/babel) [jest](https://github.com/facebook/jest) plugin |
| terra-props-table | ^1.10.1 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.12.0 | ^15.4.2 | terra-props-table |

@@ -18,0 +18,0 @@ ## peerDependencies

{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "1.14.0",
"version": "2.0.0",
"description": "The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand.",

@@ -25,7 +25,7 @@ "repository": {

"babel-jest": "^19.0.0",
"terra-props-table": "^1.12.0"
"terra-props-table": "^2.0.0"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
"react": "^16.2.0",
"react-dom": "^16.2.0"
},

@@ -36,3 +36,3 @@ "dependencies": {

"prop-types": "^15.5.8",
"react-intl": "^2.3.0"
"react-intl": "^2.4.0"
},

@@ -39,0 +39,0 @@ "scripts": {

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