Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
10
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 3.10.0 to 3.11.0

lib/terra-dev-site/doc/Base.doc.js

5

CHANGELOG.md

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

3.11.0 - (May 30, 2018)
------------------
### Changed
* Updated structure to match terra-dev-site 1.0 and moved doc examples internal.
3.10.0 - (May 23, 2018)

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

2

docs/DEPENDENCIES.md

@@ -8,3 +8,3 @@ # Dependency Information

| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-i18n | ^2.8.0 | ^16.2.0 | The terra-i18n package provides on-demand internationalization of React components. |
| terra-i18n | ^2.9.0 | ^16.2.0 | The terra-i18n package provides on-demand internationalization of React components. |

@@ -11,0 +11,0 @@ ## peerDependencies

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

@@ -30,3 +30,4 @@ "repository": {

"prop-types": "^15.5.8",
"terra-i18n": "^2.9.0"
"terra-doc-template": "^1.5.0",
"terra-i18n": "^2.10.0"
},

@@ -33,0 +34,0 @@ "scripts": {

/* global $, before, browser */
describe('Base', () => {
describe('Switching Locales', () => {
before(() => browser.url('/#/raw/tests/base/switch-locale-base'));
before(() => browser.url('/#/raw/tests/terra-base/base/switch-locale-base'));
it('Displays a default en locale message', () => {

@@ -17,3 +17,3 @@ expect(browser.getText('#message')).to.equal('en');

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

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

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

@@ -26,0 +26,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