Socket
Socket
Sign inDemoInstall

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.3.1 to 1.3.2

6

ampersand-bootstrap-multiselect-view.js

@@ -38,3 +38,9 @@ /*global window*/

$(self.select).multiselect('rebuild');
if (this.toggleOpenOnRender) { $(self.select).multiselect('toggle'); }
}, 0);
} else if (this.toggleOpenOnRender) {
//Allow the 'ampersand-select-view' to render before toggling opening
setTimeout(function () {
$(self.select).multiselect('toggle');
}, 0);
}

@@ -41,0 +47,0 @@ }

2

package.json

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

},
"version": "1.3.1"
"version": "1.3.2"
}
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