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

pretty-dropdowns

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-dropdowns - npm Package Compare versions

Comparing version 4.10.0 to 4.11.0

8

dist/js/jquery.prettydropdowns.js
/*!
* jQuery Pretty Dropdowns Plugin v4.10.0 by T. H. Doan (http://thdoan.github.io/pretty-dropdowns/)
* jQuery Pretty Dropdowns Plugin v4.11.0 by T. H. Doan (http://thdoan.github.io/pretty-dropdowns/)
*

@@ -86,8 +86,2 @@ * jQuery Pretty Dropdowns by T. H. Doan is licensed under the MIT License.

+ $select.css('margin-left') + ';">';
// NOTE: If 'size' attribute is larger than 1, then the first item won't be selected by
// default, so we have to do it manually.
if (!$selected[0]) {
$items[0].selected = true;
$selected = $items.filter(':selected');
}
if (bMultiple) {

@@ -94,0 +88,0 @@ sHtml += renderItem(null, 'selected');

2

package.json
{
"name": "pretty-dropdowns",
"version": "4.10.0",
"version": "4.11.0",
"description": "A simple, lightweight jQuery plugin to create stylized drop-down menus.",

@@ -5,0 +5,0 @@ "keywords": [

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