Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-base - npm Package Compare versions

Comparing version 5.47.0 to 5.48.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 5.48.0 - (October 8, 2021)
* Changed
* Migrate doc to terra-core-docs
## 5.47.0 - (September 21, 2021)

@@ -7,0 +12,0 @@

4

package.json
{
"name": "terra-base",
"main": "lib/Base.js",
"version": "5.47.0",
"version": "5.48.0",
"description": "The base component sets minimal global styles for an application.",

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

},
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e"
"gitHead": "8d2b713658fe162dbebfb2b874fcba5ac3c001fe"
}
Terra.describeViewports('Base', ['tiny'], () => {
describe('Switching Locales', () => {
before(() => browser.url('/#/raw/tests/terra-base/base/switch-locale-base'));
before(() => browser.url('/#/raw/tests/cerner-terra-core-docs/base/switch-locale-base'));
it('Displays a default en locale message', () => {

@@ -16,3 +16,3 @@ expect($('#message').getText()).toEqual('en');

it('Displays a placeholder element', () => {
browser.url('/#/raw/tests/terra-base/base/no-translations-loaded-base');
browser.url('/#/raw/tests/cerner-terra-core-docs/base/no-translations-loaded-base');
expect($('div')).not.toHaveTextContaining('No Translations');

@@ -22,3 +22,3 @@ });

it('Displays a placeholder string', () => {
browser.url('/#/raw/tests/terra-base/base/no-translations-loaded-string-base');
browser.url('/#/raw/tests/cerner-terra-core-docs/base/no-translations-loaded-string-base');
expect($('div')).not.toHaveTextContaining('No Translations String');

@@ -25,0 +25,0 @@ });

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