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

multiselect-combo-box

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiselect-combo-box - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2

2

package.json
{
"name": "multiselect-combo-box",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "A multiselect combo box web component compatible with the Vaadin Web Components",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -14,3 +14,3 @@ import { InputContainer } from '@vaadin/input-container/src/vaadin-input-container.js';

{
moduleId: 'multiselect-combo-box-container-styles'
moduleId: 'vaadin-multiselect-combo-box-container-styles'
}

@@ -17,0 +17,0 @@ );

@@ -11,3 +11,3 @@ import { ComboBoxOverlay } from '@vaadin/combo-box/src/vaadin-combo-box-overlay.js';

`,
{ moduleId: 'multiselect-combo-box-overlay-styles' }
{ moduleId: 'vaadin-multiselect-combo-box-overlay-styles' }
);

@@ -14,0 +14,0 @@

@@ -40,3 +40,3 @@ import '@polymer/polymer/lib/elements/dom-repeat.js';

registerStyles('multiselect-combo-box', [inputFieldShared, multiselectComboBox], {
moduleId: 'multiselect-combo-box-styles'
moduleId: 'vaadin-multiselect-combo-box-styles'
});

@@ -43,0 +43,0 @@

@@ -40,3 +40,3 @@ import '@vaadin/vaadin-material-styles/color.js';

registerStyles('multiselect-combo-box', [inputFieldShared, multiSelectComboBox], {
moduleId: 'multiselect-combo-box'
moduleId: 'material-multiselect-combo-box'
});
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