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

@vaadin/select

Package Overview
Dependencies
Maintainers
14
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/select - npm Package Compare versions

Comparing version 23.0.9 to 23.0.10

28

package.json
{
"name": "@vaadin/select",
"version": "23.0.9",
"version": "23.0.10",
"publishConfig": {

@@ -37,17 +37,17 @@ "access": "public"

"@polymer/polymer": "^3.2.0",
"@vaadin/button": "^23.0.9",
"@vaadin/component-base": "^23.0.9",
"@vaadin/field-base": "^23.0.9",
"@vaadin/input-container": "^23.0.9",
"@vaadin/item": "^23.0.9",
"@vaadin/list-box": "^23.0.9",
"@vaadin/vaadin-list-mixin": "^23.0.9",
"@vaadin/vaadin-lumo-styles": "^23.0.9",
"@vaadin/vaadin-material-styles": "^23.0.9",
"@vaadin/vaadin-overlay": "^23.0.9",
"@vaadin/vaadin-themable-mixin": "^23.0.9"
"@vaadin/button": "^23.0.10",
"@vaadin/component-base": "^23.0.10",
"@vaadin/field-base": "^23.0.10",
"@vaadin/input-container": "^23.0.10",
"@vaadin/item": "^23.0.10",
"@vaadin/list-box": "^23.0.10",
"@vaadin/vaadin-list-mixin": "^23.0.10",
"@vaadin/vaadin-lumo-styles": "^23.0.10",
"@vaadin/vaadin-material-styles": "^23.0.10",
"@vaadin/vaadin-overlay": "^23.0.10",
"@vaadin/vaadin-themable-mixin": "^23.0.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "^23.0.9",
"@vaadin/polymer-legacy-adapter": "^23.0.10",
"@vaadin/testing-helpers": "^0.3.2",

@@ -57,3 +57,3 @@ "lit": "^2.0.0",

},
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3"
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3"
}

@@ -18,3 +18,3 @@ /**

`,
{ moduleId: 'vaadin-select-overlay-styles' }
{ moduleId: 'vaadin-select-overlay-styles' },
);

@@ -21,0 +21,0 @@

@@ -41,3 +41,3 @@ /**

`,
{ moduleId: 'vaadin-select-value-button-styles' }
{ moduleId: 'vaadin-select-value-button-styles' },
);

@@ -44,0 +44,0 @@

@@ -258,3 +258,3 @@ /**

listener: (this: Select, ev: SelectEventMap[K]) => void,
options?: boolean | AddEventListenerOptions
options?: boolean | AddEventListenerOptions,
): void;

@@ -265,3 +265,3 @@

listener: (this: Select, ev: SelectEventMap[K]) => void,
options?: boolean | EventListenerOptions
options?: boolean | EventListenerOptions,
): void;

@@ -268,0 +268,0 @@ }

@@ -212,3 +212,3 @@ /**

type: Array,
observer: '__itemsChanged'
observer: '__itemsChanged',
},

@@ -225,3 +225,3 @@

reflectToAttribute: true,
observer: '_openedChanged'
observer: '_openedChanged',
},

@@ -258,3 +258,3 @@

notify: true,
observer: '_valueChanged'
observer: '_valueChanged',
},

@@ -266,3 +266,3 @@

name: {
type: String
type: String,
},

@@ -278,3 +278,3 @@

placeholder: {
type: String
type: String,
},

@@ -289,3 +289,3 @@

value: false,
reflectToAttribute: true
reflectToAttribute: true,
},

@@ -298,3 +298,3 @@

_phoneMediaQuery: {
value: '(max-width: 420px), (max-height: 420px)'
value: '(max-width: 420px), (max-height: 420px)',
},

@@ -309,3 +309,3 @@

/** @private */
_items: Object
_items: Object,
};

@@ -319,3 +319,3 @@ }

'_updateSelectedItem(value, _items, placeholder)',
'_rendererChanged(renderer, _overlayElement)'
'_rendererChanged(renderer, _overlayElement)',
];

@@ -332,3 +332,3 @@ }

return button;
}
},
};

@@ -389,3 +389,3 @@ }

this._phone = matches;
})
}),
);

@@ -465,3 +465,3 @@

},
true
true,
);

@@ -551,3 +551,3 @@

'--vaadin-select-text-field-width',
this._inputContainer.offsetWidth + 'px'
this._inputContainer.offsetWidth + 'px',
);

@@ -554,0 +554,0 @@

@@ -85,3 +85,3 @@ /**

`,
{ moduleId: 'lumo-select-value-button' }
{ moduleId: 'lumo-select-value-button' },
);

@@ -88,0 +88,0 @@

@@ -66,3 +66,3 @@ /**

`,
{ moduleId: 'material-select-value-button' }
{ moduleId: 'material-select-value-button' },
);

@@ -69,0 +69,0 @@

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