Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
7
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 2.8.0 to 2.9.0

5

CHANGELOG.md

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

2.9.0 - (January 5, 2018)
------------------
### Changed
* Minor version bump
2.8.0 - (November 28, 2017)

@@ -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 | ^1.11.0 | ^15.4.2 | 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. |
| terra-i18n | ^1.12.0 | ^15.4.2 | 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. |
| terra-mixins | ^1.11.1 | -- | terra-mixins |

@@ -11,0 +11,0 @@

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

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

"react-dom": "^15.4.2",
"terra-mixins": "^1.11.1"
"terra-mixins": "^1.12.0"
},

@@ -36,3 +36,3 @@ "dependencies": {

"terra-i18n": "^1.12.0",
"terra-mixins": "^1.11.1"
"terra-mixins": "^1.12.0"
},

@@ -47,6 +47,6 @@ "scripts": {

"props-table": "props-table ./src/Base.jsx --out-dir ./docs/props-table",
"test": "npm run test:jest && npm run test:nightwatch",
"test": "npm run test:jest && npm run test:wdio",
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js"
"test:wdio": "wdio ../../wdio.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