Socket
Socket
Sign inDemoInstall

terra-alert

Package Overview
Dependencies
Maintainers
8
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.85.0 to 4.86.0

5

CHANGELOG.md

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

## 4.86.0 - (November 13, 2023)
* Changed
* Minor dependency version bump
## 4.85.0 - (November 2, 2023)

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

38

package.json
{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.85.0",
"version": "4.86.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.",
"author": "Cerner Corporation",
"repository": {

@@ -11,15 +11,25 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"license": "Apache-2.0",
"keywords": [
"Alert",
"Cerner",
"Terra",
"terra-alert",
"Alert",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
"main": "lib/Alert.js",
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.71.0",
"terra-icon": "^3.59.0",
"terra-responsive-element": "^5.39.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.37.0",
"uuid": "3.4.0"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"peerDependencies": {

@@ -30,12 +40,2 @@ "react": "^16.8.5",

},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.70.0",
"terra-icon": "^3.58.0",
"terra-responsive-element": "^5.37.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.0",
"uuid": "3.4.0"
},
"scripts": {

@@ -54,3 +54,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

},
"gitHead": "37032241f543e8fa014c4865ca83ba2df0e2c30c"
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170"
}
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