Socket
Socket
Sign inDemoInstall

lazyselectize

Package Overview
Dependencies
14
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

2

dist/js/lazyselectize.js

@@ -32,3 +32,3 @@ //this method extends custom selectizeJs to

$.ajax({
url: settings.loadItemsUrl + "?keyword=" + encodeURIComponent(query) + settings.additionalUrlParams,
url: settings.loadItemsUrl + "?keyword=" + encodeURIComponent(query) + self.additionalUrlParams,
type: 'GET',

@@ -35,0 +35,0 @@ error: function() {

{
"name": "lazyselectize",
"version": "1.0.8",
"version": "1.0.9",
"description": "This plugin allows to use selectize in lazy loading mode. So, it processes scroll event in dropdown and downloads options if scroll is in bottom of the dropdown.",

@@ -5,0 +5,0 @@ "main": "dist/js/lazyselectize.js",

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