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

terra-alert

Package Overview
Dependencies
Maintainers
10
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-alert - npm Package Compare versions

Comparing version 4.54.0 to 4.55.0

5

CHANGELOG.md

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

## 4.55.0 - (June 22, 2021)
* Changed
* Minor dependency version bump
## 4.54.0 - (June 8, 2021)

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

2

lib/Alert.js

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

function _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }

@@ -65,0 +65,0 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }

{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.54.0",
"version": "4.55.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",

@@ -32,5 +32,5 @@ "repository": {

"prop-types": "^15.5.8",
"terra-button": "^3.56.0",
"terra-icon": "^3.43.0",
"terra-responsive-element": "^5.30.0",
"terra-button": "^3.57.0",
"terra-icon": "^3.44.0",
"terra-responsive-element": "^5.31.0",
"terra-theme-context": "^1.0.0"

@@ -51,3 +51,3 @@ },

},
"gitHead": "10d0421b1b2f445c21b9029dd5cc885bb4b7caca"
"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