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 4.7.0 to 4.8.0

5

CHANGELOG.md

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

4.8.0 - (July 11, 2019)
------------------
### Changed
* Update tests to use `Terra.describeViewports` for setting viewports and use `Terra.it.validatesElement`
4.7.0 - (June 28, 2019)

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

4

package.json
{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "4.7.0",
"version": "4.8.0",
"description": "The terra-i18n package provides on-demand internationalization of React components.",

@@ -32,3 +32,3 @@ "repository": {

"prop-types": "^15.5.8",
"terra-doc-template": "^2.11.0"
"terra-doc-template": "^2.12.0"
},

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

// Add Portuguese-Guinea-Bissau, Zulu & Zulu-South African locales as test locales (supported by intl)
const testLocales = ['en', 'en-GB', 'pt', 'pt-GW', 'zu', 'zu-ZA'];
describe('I18n', () => {
before(() => browser.setViewportSize(Terra.viewports('medium')[0]));
Terra.describeViewports('I18n', ['medium'], () => {
describe('Initial Load', () => {

@@ -7,0 +6,0 @@ before(() => {

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