Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/toast

Package Overview
Dependencies
Maintainers
5
Versions
288
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.1.2 to 0.2.0

6

CHANGELOG.md

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

# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.1.2...@spectrum-web-components/toast@0.2.0) (2020-01-30)
### Features
- pass through autocomplete attribute to inputs ([5416510](https://github.com/adobe/spectrum-web-components/commit/5416510))
## [0.1.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.1.1...@spectrum-web-components/toast@0.1.2) (2020-01-06)

@@ -8,0 +14,0 @@

1

lib/toast.js

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

const hasTimeout = typeof timeout !== null && timeout > 0;
debugger;
const newTimeout = hasTimeout

@@ -68,0 +67,0 @@ ? Math.max(6000, timeout)

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

],
"version": "0.1.2",
"version": "0.2.0",
"description": "",

@@ -40,3 +40,3 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/button": "^0.4.2",
"@spectrum-web-components/button": "^0.4.3",
"@spectrum-web-components/icon": "^0.4.3",

@@ -46,3 +46,3 @@ "@spectrum-web-components/icons": "^0.2.3",

},
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb"
"gitHead": "1b17c4c27d73273f2479f0d8af40d187f2f194fa"
}

@@ -1,2 +0,2 @@

## Overview
## Description

@@ -23,3 +23,3 @@ `sp-toast`s display brief, temporary notifications. They are noticeable but do not disrupt the user experience and do not require an action to be taken.

### With Actions
### With actions

@@ -26,0 +26,0 @@ ```html

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

const hasTimeout = typeof timeout !== null && (timeout as number) > 0;
debugger;
const newTimeout = hasTimeout

@@ -61,0 +60,0 @@ ? Math.max(6000, timeout as number)

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