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

terra-i18n

Package Overview
Dependencies
Maintainers
10
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 2.1.0 to 2.2.0

5

CHANGELOG.md

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

2.2.0 - (March 6, 2018)
------------------
### Removed
* Removed props-table script from package.json
2.1.0 - (February 26, 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 | ^2.0.0 | ^16.2.0 | terra-props-table |
| terra-props-table | ^2.1.0 | ^16.2.0 | terra-props-table |

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

{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "2.1.0",
"version": "2.2.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.",

@@ -24,4 +24,3 @@ "repository": {

"devDependencies": {
"babel-jest": "^19.0.0",
"terra-props-table": "^2.1.0"
"babel-jest": "^19.0.0"
},

@@ -44,3 +43,2 @@ "peerDependencies": {

"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"props-table": "props-table ./src/I18nProvider.jsx --out-dir ./docs/props-table",
"test": "npm run test:jest && npm run test:nightwatch",

@@ -47,0 +45,0 @@ "test:jest": "jest ./tests/jest/* --config ../../jestconfig.json",

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