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
14
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.2.0-alpha2 to 1.2.0-beta1

2

package.json

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

"name": "@vaadin/vaadin-notification",
"version": "1.2.0-alpha2",
"version": "1.2.0-beta1",
"main": "vaadin-notification.js",

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

@@ -215,2 +215,7 @@ /**

*
* Renderer is called on the opening of the notification.
* DOM generated during the renderer call can be reused
* in the next renderer call and will be provided with the `root` argument.
* On first call it will be empty.
*
* ### Polymer Templates

@@ -262,3 +267,3 @@ *

static get version() {
return '1.2.0-alpha2';
return '1.2.0-beta1';
}

@@ -304,4 +309,2 @@

* - `notification` The reference to the `<vaadin-notification>` element.
*
* **NOTE:** The renderer callback can be called multiple times with the previous content.
*/

@@ -308,0 +311,0 @@ renderer: Function,

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