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

terra-alert

Package Overview
Dependencies
Maintainers
7
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.60.6 to 4.60.7

5

CHANGELOG.md

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

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

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

2

lib/Alert.js

@@ -50,3 +50,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); }

@@ -53,0 +53,0 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.60.6",
"version": "4.60.7",
"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.",

@@ -33,4 +33,4 @@ "repository": {

"terra-button": "^3.61.0",
"terra-icon": "^3.47.1",
"terra-responsive-element": "^5.35.1",
"terra-icon": "^3.48.0",
"terra-responsive-element": "^5.35.2",
"terra-theme-context": "^1.0.0"

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

},
"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