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

terra-status

Package Overview
Dependencies
Maintainers
6
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.50.2 to 4.50.3

5

CHANGELOG.md

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

## 4.50.3 - (July 5, 2022)
* Changed
* Minor dependency version bump
## 4.50.2 - (May 3, 2022)

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

2

lib/Status.js

@@ -22,3 +22,3 @@ "use strict";

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -25,0 +25,0 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

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

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

"terra-arrange": "^3.49.0",
"terra-icon": "^3.47.1",
"terra-icon": "^3.48.0",
"terra-visually-hidden-text": "^2.35.0"
},
"gitHead": "385b66b615031b133f34ac9025f6637b83038dc4"
"gitHead": "5d980c62d9a2c86597ccd689865c4090fc26c4b0"
}
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