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.4.0 to 1.5.0

5

CHANGELOG.md

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

1.5.0 - (September 5, 2017)
------------------
### Changed
* Update nightwatch tests and test scripts.
1.4.0 - (August 31, 2017)

@@ -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.3.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.4.0 | ^15.4.2 | terra-props-table |

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

{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "1.4.0",
"version": "1.5.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.4.0"
"terra-props-table": "^1.5.0"
},

@@ -45,10 +45,6 @@ "peerDependencies": {

"props-table": "props-table ./src/I18nProvider.jsx --out-dir ./docs/props-table",
"test": "npm run test:spec && npm run test:nightwatch-default",
"test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",
"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari",
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-i18n node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-i18n node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-i18n node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-i18n node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
"test": "npm run test:jest && npm run test:nightwatch",
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",
"test:nightwatch": "$(cd ..; npm bin)/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