New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appbaseio/autocomplete-suggestions-plugin

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appbaseio/autocomplete-suggestions-plugin - npm Package Compare versions

Comparing version 1.0.17-alpha to 1.0.18-alpha

package-lock.json

5

CHANGELOG.md

@@ -1,3 +0,6 @@

## [1.0.17-alpha] - 226-10-2021.
## [1.0.18-alpha] - 26-10-2021.
- fix setQuery logic
## [1.0.17-alpha] - 26-10-2021.
- url field support

@@ -4,0 +7,0 @@ - categoryfield support

2

package.json
{
"name": "@appbaseio/autocomplete-suggestions-plugin",
"version": "1.0.17-alpha",
"version": "1.0.18-alpha",
"description": "A suggestions plugin for autocomplete-js, backed by appbase client.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -81,3 +81,3 @@ /** @jsx createElement */

}
setQuery(item.label);
setQuery(item._category ? item.label : item.value);
refresh();

@@ -142,3 +142,3 @@ },

setQuery(item.value);
setQuery(item._category ? item.label : item.value);
refresh();

@@ -145,0 +145,0 @@ }}

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