New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-notification

Package Overview
Dependencies
Maintainers
19
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-notification - npm Package Compare versions

Comparing version 20.0.0-alpha4 to 20.0.0-alpha5

src/vaadin-notification-legacy-events.d.ts

14

package.json
{
"name": "@vaadin/vaadin-notification",
"version": "20.0.0-alpha4",
"version": "20.0.0-alpha5",
"description": "vaadin-notification",

@@ -29,6 +29,6 @@ "main": "vaadin-notification.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha4",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha4",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha4",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha4"
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha5",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha5",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha5",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha5"
},

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

"@open-wc/testing-helpers": "^1.8.12",
"@vaadin/vaadin-button": "^20.0.0-alpha4",
"@vaadin/vaadin-button": "^20.0.0-alpha5",
"sinon": "^9.2.1"

@@ -45,3 +45,3 @@ },

},
"gitHead": "9231db8255f75ccf3a241224ed36015c5e31994e"
"gitHead": "78d1ead024055d57ef2badf52cfdb403290416b9"
}

@@ -19,8 +19,8 @@ import { NotificationElement } from './vaadin-notification';

*/
export type NotificationOpenedChanged = CustomEvent<{ value: boolean }>;
export type NotificationOpenedChangedEvent = CustomEvent<{ value: boolean }>;
export interface NotificationElementEventMap {
'opened-changed': NotificationOpenedChanged;
'opened-changed': NotificationOpenedChangedEvent;
}
export interface NotificationEventMap extends HTMLElementEventMap, NotificationElementEventMap {}

@@ -272,3 +272,3 @@ /**

static get version() {
return '20.0.0-alpha4';
return '20.0.0-alpha5';
}

@@ -275,0 +275,0 @@

export * from './src/vaadin-notification.js';
export * from './src/interfaces';
// TODO: remove from Vaadin 21
export * from './src/vaadin-notification-legacy-events.js';
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