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

ampersand-bootstrap-multiselect-view

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-bootstrap-multiselect-view - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

ampersand-bootstrap-multiselect-view.js

@@ -25,7 +25,8 @@ /*global window*/

SelectView.prototype.render.call(this);
this.preRenderBsPluginCb();
$(this.select).multiselect(this.bsMultiselectOptions);
if (this.select && [ true, 'multiple' ].indexOf(this.multiple) > -1) {
this.select.setAttribute('multiple', 'multiple');
$(this.select).multiselect('rebuild');
}
this.preRenderBsPluginCb();
$(this.select).multiselect(this.bsMultiselectOptions);
return this;

@@ -32,0 +33,0 @@ },

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}
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