Socket
Socket
Sign inDemoInstall

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 2.4.0 to 2.5.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

2.5.0 - (April 5, 2018)
------------------
### Changed
* Minor version bump
2.4.0 - (March 30, 2018)

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

8

docs/DEPENDENCIES.md

@@ -8,6 +8,6 @@ # Dependency Information

| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^3.2.0 | ^16.2.0 | The base component sets minimal global styles for an application. |
| terra-button | ^2.3.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^2.2.0 | ^16.2.0 | terra-icon |
| terra-responsive-element | ^2.2.0 | ^16.2.0 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^3.3.0 | ^16.2.0 | The base component sets minimal global styles for an application. |
| terra-button | ^2.4.0 | ^16.2.0 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^2.3.0 | ^16.2.0 | terra-icon |
| terra-responsive-element | ^2.3.0 | ^16.2.0 | The terra-responsive-element conditionally renders components based on viewport size |

@@ -14,0 +14,0 @@ ## devDependencies

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

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

"react-dom": "^16.2.0",
"terra-base": "^3.2.0",
"terra-button": "^2.3.0",
"terra-icon": "^2.2.0",
"terra-responsive-element": "^2.2.0"
"terra-base": "^3.4.0",
"terra-button": "^2.5.0",
"terra-icon": "^2.4.0",
"terra-responsive-element": "^2.4.0"
},

@@ -38,6 +38,6 @@ "dependencies": {

"prop-types": "^15.5.8",
"terra-base": "^3.3.0",
"terra-button": "^2.4.0",
"terra-icon": "^2.3.0",
"terra-responsive-element": "^2.3.0"
"terra-base": "^3.4.0",
"terra-button": "^2.5.0",
"terra-icon": "^2.4.0",
"terra-responsive-element": "^2.4.0"
},

@@ -44,0 +44,0 @@ "scripts": {

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