@vaadin/details
Advanced tools
Comparing version 23.1.0-beta1 to 23.1.0-beta2
{ | ||
"name": "@vaadin/details", | ||
"version": "23.1.0-beta1", | ||
"version": "23.1.0-beta2", | ||
"publishConfig": { | ||
@@ -37,7 +37,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.1.0-beta1", | ||
"@vaadin/field-base": "23.1.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-beta1", | ||
"@vaadin/vaadin-material-styles": "23.1.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-beta1" | ||
"@vaadin/component-base": "23.1.0-beta2", | ||
"@vaadin/field-base": "23.1.0-beta2", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-beta2", | ||
"@vaadin/vaadin-material-styles": "23.1.0-beta2", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-beta2" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8" | ||
"gitHead": "f11f9245a0b5e6bf912725a501c27c24b74e7c8d" | ||
} |
@@ -138,3 +138,3 @@ /** | ||
this._contentId = `${this.constructor.is}-content-${uniqueId}`; | ||
// prevent Shift + Tab on content from host blur | ||
// Prevent Shift + Tab on content from host blur | ||
this._collapsible.addEventListener('keydown', (e) => { | ||
@@ -141,0 +141,0 @@ if (e.shiftKey && e.keyCode === 9) { |
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
1
+ Added@vaadin/component-base@23.1.0-beta2(transitive)
+ Added@vaadin/field-base@23.1.0-beta2(transitive)
+ Added@vaadin/icon@23.1.0-beta2(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-beta2(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-beta2(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-beta2(transitive)
- Removed@vaadin/component-base@23.1.0-beta1(transitive)
- Removed@vaadin/field-base@23.1.0-beta1(transitive)
- Removed@vaadin/icon@23.1.0-beta1(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-beta1(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-beta1(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-beta1(transitive)