Socket
Socket
Sign inDemoInstall

@spectrum-web-components/toast

Package Overview
Dependencies
Maintainers
7
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.42.2 to 0.42.3

test/toast-memory.test.js

14

package.json
{
"name": "@spectrum-web-components/toast",
"version": "0.42.2",
"version": "0.42.3",
"publishConfig": {

@@ -60,7 +60,7 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.42.2",
"@spectrum-web-components/button": "^0.42.2",
"@spectrum-web-components/icon": "^0.42.2",
"@spectrum-web-components/icons-workflow": "^0.42.2",
"@spectrum-web-components/shared": "^0.42.2"
"@spectrum-web-components/base": "^0.42.3",
"@spectrum-web-components/button": "^0.42.3",
"@spectrum-web-components/icon": "^0.42.3",
"@spectrum-web-components/icons-workflow": "^0.42.3",
"@spectrum-web-components/shared": "^0.42.3"
},

@@ -76,3 +76,3 @@ "devDependencies": {

],
"gitHead": "e19af30387032608baaa88c6a17c2ee50103a7c5"
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
}

@@ -7,3 +7,3 @@ import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';

export declare const toastVariants: ToastVariants[];
export declare type ToastVariants = 'negative' | 'positive' | 'info' | 'error' | 'warning' | '';
export type ToastVariants = 'negative' | 'positive' | 'info' | 'error' | 'warning' | '';
declare const Toast_base: typeof SpectrumElement;

@@ -10,0 +10,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