Socket
Socket
Sign inDemoInstall

@spectrum-web-components/toast

Package Overview
Dependencies
Maintainers
5
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/toast - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.5.0...@spectrum-web-components/toast@0.5.1) (2020-09-14)
**Note:** Version bump only for package @spectrum-web-components/toast
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.4.4...@spectrum-web-components/toast@0.5.0) (2020-08-31)

@@ -8,0 +12,0 @@

6

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.5.0",
"version": "0.5.1",
"description": "",

@@ -55,3 +55,3 @@ "main": "src/index.js",

"@spectrum-web-components/base": "^0.1.0",
"@spectrum-web-components/button": "^0.9.0",
"@spectrum-web-components/button": "^0.9.1",
"@spectrum-web-components/icon": "^0.6.0",

@@ -61,3 +61,3 @@ "@spectrum-web-components/icons-ui": "^0.3.0",

},
"gitHead": "51706b5f7aeec990c6323501aa22f8aee5827e31"
"gitHead": "b82af30ab0e46950f01e03c78714bb0c20229001"
}

@@ -42,2 +42,3 @@ /*

this.open = false;
this.countdownStart = 0;
}

@@ -145,3 +146,3 @@ else {

${this.renderIcon(this.variant)}
<div class="body">
<div class="body" role="alert">
<div class="content">

@@ -163,3 +164,2 @@ <slot></slot>

super.firstUpdated(changes);
this.setAttribute('role', 'alert');
this.open = true;

@@ -166,0 +166,0 @@ }

@@ -145,2 +145,3 @@ /*

this.open = false;
this.countdownStart = 0;
} else {

@@ -183,3 +184,3 @@ this.countdown();

${this.renderIcon(this.variant)}
<div class="body">
<div class="body" role="alert">
<div class="content">

@@ -202,3 +203,2 @@ <slot></slot>

super.firstUpdated(changes);
this.setAttribute('role', 'alert');
this.open = true;

@@ -205,0 +205,0 @@ }

Sorry, the diff of this file is not supported yet

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