Socket
Socket
Sign inDemoInstall

terra-i18n

Package Overview
Dependencies
Maintainers
8
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.0.0 to 1.1.0

11

CHANGELOG.md
Changelog
=========
Unreleased
----------
1.1.0 - (July 18, 2017)
------------------
### Changed
* Updated nightwatch test scripts
### Removed
* Removed nightwatch.config file
1.0.0 - (June 28, 2017)
------------------
Initial stable release

13

package.json
{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "1.0.0",
"version": "1.1.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,4 +25,3 @@ "repository": {

"babel-jest": "^19.0.0",
"terra-props-table": "^1.0.0",
"terra-toolkit": "^1.0.0"
"terra-props-table": "^1.1.0"
},

@@ -49,7 +48,7 @@ "peerDependencies": {

"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: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"
}
}
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