Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-status

Package Overview
Dependencies
Maintainers
8
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-status - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

docs/props-table/Status.md

6

docs/README.md

@@ -21,1 +21,7 @@ # Terra Status

```
## Component Features
* [Cross-Browser Support](https://github.com/cerner/terra-core/wiki/Component-Features#cross-browser-support)
* [Responsive Support](https://github.com/cerner/terra-core/wiki/Component-Features#responsive-support)
* [Mobile Support](https://github.com/cerner/terra-core/wiki/Component-Features#mobile-support)
* [LTR/RTL Support](https://github.com/cerner/terra-core/wiki/Component-Features#ltr--rtl-support)

16

package.json
{
"name": "terra-status",
"main": "lib/Status.js",
"version": "0.6.0",
"version": "0.7.0",
"description": "The status component provides a customizable color indictor to signify a specific condition.",

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

"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss",
"props-table": "props-table ./src/Status.jsx --out-dir ./docs/props-table",
"test": "npm run test:spec && npm run test:nightwatch-default",

@@ -40,4 +41,5 @@ "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",

"devDependencies": {
"terra-arrange": "^0.6.0",
"terra-toolkit": "^0.4.0"
"terra-arrange": "^0.7.0",
"terra-props-table": "^0.9.0",
"terra-toolkit": "^0.5.0"
},

@@ -47,4 +49,4 @@ "peerDependencies": {

"react-dom": "^15.4.2",
"terra-base": "^0.7.0",
"terra-mixins": "^1.3.0"
"terra-base": "^0.8.0",
"terra-mixins": "^1.4.0"
},

@@ -54,5 +56,5 @@ "dependencies": {

"prop-types": "^15.5.8",
"terra-base": "^0.7.0",
"terra-mixins": "^1.3.0"
"terra-base": "^0.8.0",
"terra-mixins": "^1.4.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