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 4.0.0 to 4.0.1

4

multi-select-list.js

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

if (this.shrinkwrap) {
container.style['max-width'] = 'unset';
container.style.maxWidth = 'unset';
}

@@ -338,3 +338,3 @@

if (this.shrinkwrap) {
container.style['max-width'] = `${childrenWidthTotal}px`;
container.style.maxWidth = `${childrenWidthTotal}px`;
}

@@ -341,0 +341,0 @@

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

"license": "Apache-2.0",
"version": "4.0.0",
"version": "4.0.1",
"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