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.32.0 to 4.33.0

6

CHANGELOG.md

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

4.33.0 - (June 9, 2020)
------------------
### Changed
* Minor file changes to comply with eslint rules
* Update wdio test configuration to use root wdio config
4.32.0 - (June 2, 2020)

@@ -9,0 +15,0 @@ ------------------

20

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

"prop-types": "^15.5.8",
"terra-button": "^3.40.0",
"terra-icon": "^3.31.0",
"terra-responsive-element": "^5.19.0",
"terra-button": "^3.41.0",
"terra-icon": "^3.32.0",
"terra-responsive-element": "^5.20.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.32.0"
"terra-toggle": "^3.33.0"
},

@@ -45,10 +45,10 @@ "scripts": {

"precompile": "rm -rf lib",
"test": "npm run jest && npm run wdio",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018"
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
}

@@ -28,8 +28,8 @@ import React from 'react';

<Alert id="actionAlert" type="warning" action={<Button text="Action" onClick={this.actionFunc} />}>
This is a warning. It is configured with a custom Action button. Action button has been
clicked
This is a warning. It is configured with a custom Action button. Action button has been
clicked
{' '}
<span id="actionButtonClickCount">{this.state.actionButtonClickCount}</span>
{' '}
times.
times.
</Alert>

@@ -36,0 +36,0 @@ );

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