Socket
Socket
Sign inDemoInstall

@algolia/autocomplete-js

Package Overview
Dependencies
Maintainers
73
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/autocomplete-js - npm Package Compare versions

Comparing version 1.7.4 to 1.8.0

3

dist/esm/autocomplete.js

@@ -102,3 +102,4 @@ var _excluded = ["components"];

setContext: autocomplete.value.setContext,
refresh: autocomplete.value.refresh
refresh: autocomplete.value.refresh,
navigator: autocomplete.value.navigator
};

@@ -105,0 +106,0 @@ var html = reactive(function () {

@@ -36,3 +36,3 @@ var _excluded = ["autocompleteScopeApi", "environment", "classNames", "getInputProps", "getInputPropsCore", "isDetached", "state"];

onKeyDown: function onKeyDown(event) {
// In detached mode we don't want to close the panel when hittin `Tab`.
// In detached mode we don't want to close the panel when hitting `Tab`.
if (isDetached && event.key === 'Tab') {

@@ -39,0 +39,0 @@ return;

{
"name": "@algolia/autocomplete-js",
"description": "Fast and fully-featured autocomplete JavaScript library.",
"version": "1.7.4",
"version": "1.8.0",
"license": "MIT",

@@ -34,10 +34,10 @@ "homepage": "https://github.com/algolia/autocomplete",

"dependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/autocomplete-preset-algolia": "1.7.4",
"@algolia/autocomplete-shared": "1.7.4",
"htm": "^3.0.0",
"@algolia/autocomplete-core": "1.8.0",
"@algolia/autocomplete-preset-algolia": "1.8.0",
"@algolia/autocomplete-shared": "1.8.0",
"htm": "^3.1.1",
"preact": "^10.0.0"
},
"devDependencies": {
"@algolia/client-search": "4.9.1"
"@algolia/client-search": "4.14.3"
},

@@ -44,0 +44,0 @@ "peerDependencies": {

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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