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.2.0 to 0.3.0

.npmignore

8

lib/Status.js

@@ -13,2 +13,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _classnames = require('classnames');

@@ -32,7 +36,7 @@

*/
children: _react.PropTypes.node.isRequired,
children: _propTypes2.default.node.isRequired,
/**
* The color of the status indicator. Accepts a CSS color value.
*/
color: _react.PropTypes.string.isRequired
color: _propTypes2.default.string.isRequired
};

@@ -39,0 +43,0 @@

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

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

"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "rm -rf lib",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",

@@ -43,4 +43,4 @@ "lint": "npm run lint:js && npm run lint:scss",

"devDependencies": {
"terra-arrange": "^0.x",
"terra-toolkit": "^0.x"
"terra-arrange": "^0.3.0",
"terra-toolkit": "^0.3.0"
},

@@ -50,10 +50,11 @@ "peerDependencies": {

"react-dom": "^15.4.2",
"terra-base": "^0.x",
"terra-mixins": "^1.0.0"
"terra-base": "^0.4.0",
"terra-mixins": "^1.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"terra-base": "^0.x",
"terra-mixins": "^1.0.0"
"prop-types": "^15.5.8",
"terra-base": "^0.4.0",
"terra-mixins": "^1.1.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