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

terra-status

Package Overview
Dependencies
Maintainers
9
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 4.44.0 to 4.45.0

5

CHANGELOG.md

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

## 4.45.0 - (June 22, 2021)
* Changed
* Minor dependency version bump
## 4.44.0 - (May 11, 2021)

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

4

lib/Status.js

@@ -18,2 +18,4 @@ "use strict";

var _excluded = ["children", "visuallyHiddenText", "colorClass"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -53,3 +55,3 @@

colorClass = _ref.colorClass,
customProps = _objectWithoutProperties(_ref, ["children", "visuallyHiddenText", "colorClass"]);
customProps = _objectWithoutProperties(_ref, _excluded);

@@ -56,0 +58,0 @@ if (process.env.NODE_ENV !== 'production' && !visuallyHiddenText) {

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

@@ -45,6 +45,6 @@ "repository": {

"terra-arrange": "^3.46.0",
"terra-icon": "^3.43.0",
"terra-icon": "^3.44.0",
"terra-visually-hidden-text": "^2.32.0"
},
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1"
"gitHead": "2977b120ca79f956841fcf0148bf342a607a570d"
}
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