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.33.0 to 4.34.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ ChangeLog

4.34.0 - (June 11, 2020)
------------------
### Changed
* Updated wdio test to support testing against firefox
4.33.0 - (June 9, 2020)

@@ -9,0 +14,0 @@ ------------------

6

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

"prop-types": "^15.5.8",
"terra-button": "^3.41.0",
"terra-button": "^3.42.0",
"terra-icon": "^3.32.0",

@@ -52,3 +52,3 @@ "terra-responsive-element": "^5.20.0",

},
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
"gitHead": "ff8271d46fd2519bc59bd1ad7bd11a718dec326c"
}

@@ -45,3 +45,3 @@ Terra.describeViewports('Alert', ['tiny', 'large'], () => {

after(() => browser.moveToObject('#root', 0, 900));
after(() => browser.moveToObject('#root', 0, 700));
});

@@ -63,4 +63,4 @@

after(() => browser.moveToObject('#root', 0, 900));
after(() => browser.moveToObject('#root', 0, 700));
});
});
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