Socket
Socket
Sign inDemoInstall

terra-i18n

Package Overview
Dependencies
Maintainers
6
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.8.0 to 1.9.0

5

CHANGELOG.md

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

1.9.0 - (September 26, 2017)
------------------
### Changed
* Minor version bump
1.8.0 - (September 19, 2017)

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

4

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.7.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.8.0 | ^15.4.2 | terra-props-table |

@@ -22,2 +22,2 @@ ## peerDependencies

| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "1.8.0",
"version": "1.9.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,3 +25,3 @@ "repository": {

"babel-jest": "^19.0.0",
"terra-props-table": "^1.8.0"
"terra-props-table": "^1.9.0"
},

@@ -40,11 +40,11 @@ "peerDependencies": {

"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "lerna exec --scope terra-i18n -- rimraf lib",
"compile:build": "lerna exec --scope terra-i18n -- babel src --out-dir lib --copy-files",
"compile:clean": "rimraf lib",
"compile:build": "babel src --out-dir lib --copy-files",
"lint": "npm run lint:js",
"lint:js": "lerna exec --scope terra-i18n -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"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",
"test:jest": "lerna exec --scope terra-i18n -- jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "lerna exec --scope terra-i18n -- nightwatch -c ../../nightwatch.conf.js"
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js"
}
}
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