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 to 3.0.0-alpha.1

2

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

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

@@ -31,3 +31,3 @@ [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/gatanasomultiselect-combo-box)

> For more usage examples, see the [demo](https://multiselect-combo-box.firebaseapp.com/demo/).
> For more usage examples, see the [demo](https://multiselect-combo-box.firebaseapp.com).

@@ -34,0 +34,0 @@ ## Project setup

@@ -382,2 +382,4 @@ import '@polymer/polymer/lib/elements/dom-repeat.js';

processTemplates(this);
this._notifyReady(); // only relevant when used with Vaadin Flow
}

@@ -641,2 +643,7 @@

}
/** @private */
_notifyReady() {
this.$server && this.$server.notifyReady();
}
}

@@ -643,0 +650,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