Socket
Socket
Sign inDemoInstall

bbop-widget-solr-autocomplete

Package Overview
Dependencies
18
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

4

examples/basic/basic.js

@@ -11,2 +11,6 @@ var solrautocomplete = require('bbop-widget-solr-autocomplete');

var golr_manager_for_disease = new bbop.golr.manager.jquery(golr_loc, gconf);
// TODO dirty trick to make jQuery avaiable in the golrmanager's scope.
golr_manager_for_disease.JQ = jQuery;
disease_autocomplete_options = {

@@ -13,0 +17,0 @@ onChange: function(value) {

2

lib/bbop-widget-solr-autocomplete.js

@@ -39,3 +39,3 @@ var jQuery = require('jquery')

queryData: null,
golrManger: null,
golrManager: null,
maxItems: 1

@@ -42,0 +42,0 @@ },

{
"name": "bbop-widget-solr-autocomplete",
"version": "0.0.4",
"version": "0.0.5",
"license": "BSD-2-Clause",

@@ -5,0 +5,0 @@ "description": "Autocomplete widget for Solr.",

Sorry, the diff of this file is too big to display

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