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

terra-alert

Package Overview
Dependencies
Maintainers
6
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.0 to 4.60.1

5

CHANGELOG.md

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

## 4.60.1 - (December 14, 2021)
* Changed
* Minor dependency version bump
## 4.60.0 - (November 2, 2021)

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

2

lib/Alert.js
"use strict";
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", {

{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.60.0",
"version": "4.60.1",
"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,3 +32,3 @@ "repository": {

"prop-types": "^15.5.8",
"terra-button": "^3.60.0",
"terra-button": "^3.60.1",
"terra-icon": "^3.46.0",

@@ -51,3 +51,3 @@ "terra-responsive-element": "^5.35.0",

},
"gitHead": "655ea257dfb8649b5c003eeb580bd9f377227cc5"
"gitHead": "7e2b4ffb8f4db441bf7489958f1a5a588a727272"
}
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