Socket
Socket
Sign inDemoInstall

@brightspace-ui-labs/multi-select

Package Overview
Dependencies
17
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.4.0

2

multi-select-input.js

@@ -53,3 +53,3 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js';

item.setAttribute('deletable', true);
item.setAttribute('role', 'gridcell');
item.setAttribute('role', 'listitem');

@@ -56,0 +56,0 @@ // Context is passed to add the element to the light dom of the calling element

@@ -151,3 +151,3 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js';

this.setAttribute('role', 'grid');
this.setAttribute('role', 'list');
afterNextRender(this, function() {

@@ -160,3 +160,3 @@ const listItems = this.getEffectiveChildren();

listItems.forEach(function(listItem) {
listItem.setAttribute('role', 'gridcell');
listItem.setAttribute('role', 'listitem');
});

@@ -163,0 +163,0 @@ }

@@ -29,3 +29,3 @@ {

"license": "Apache-2.0",
"version": "3.2.2",
"version": "3.4.0",
"devDependencies": {

@@ -32,0 +32,0 @@ "@babel/polyfill": "^7",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc