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

@vaadin/vaadin-confirm-dialog

Package Overview
Dependencies
Maintainers
16
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-confirm-dialog - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json

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

"name": "@vaadin/vaadin-confirm-dialog",
"version": "1.1.4",
"version": "1.1.5",
"main": "vaadin-confirm-dialog.js",

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

@@ -116,3 +116,3 @@ /**

static get version() {
return '1.1.4';
return '1.1.5';
}

@@ -210,2 +210,15 @@

/**
* @protected
*/
static _finalizeClass() {
super._finalizeClass();
const devModeCallback = window.Vaadin.developmentModeCallback;
const licenseChecker = devModeCallback && devModeCallback['vaadin-license-checker'];
if (typeof licenseChecker === 'function') {
licenseChecker(ConfirmDialogElement);
}
}
ready() {

@@ -319,7 +332,1 @@ super.ready();

export { ConfirmDialogElement };
const licenseChecker = window.Vaadin.developmentModeCallback
&& window.Vaadin.developmentModeCallback['vaadin-license-checker'];
if (typeof licenseChecker === 'function') {
licenseChecker(ConfirmDialogElement);
}
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