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

@vaadin/vaadin-notification

Package Overview
Dependencies
Maintainers
16
Versions
252
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 1.6.0-alpha1 to 1.6.0-alpha2

2

./@types/interfaces.d.ts

@@ -9,3 +9,3 @@ import { NotificationElement } from '../src/vaadin-notification.js';

root: HTMLElement,
notification: NotificationElement
notification?: NotificationElement
) => void;

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-notification",
"version": "1.6.0-alpha1",
"version": "1.6.0-alpha2",
"main": "vaadin-notification.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -273,3 +273,3 @@ /**

static get version() {
return '1.6.0-alpha1';
return '1.6.0-alpha2';
}

@@ -276,0 +276,0 @@

@@ -15,1 +15,2 @@ /**

export * from './src/vaadin-notification.js';
export * from './@types/interfaces';
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