@vaadin/vaadin-confirm-dialog
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -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); | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34034
442
1