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

@docsearch/react

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docsearch/react - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0

2

dist/esm/useDocSearchKeyboardEvents.js

@@ -26,3 +26,3 @@ import React from 'react';

if (event.keyCode === 27 && isOpen || // The `Cmd+K` shortcut both opens and closes the modal.
event.key === 'k' && (event.metaKey || event.ctrlKey) || // The `/` shortcut opens but doesn't close the modal because it's
event.key.toLowerCase() === 'k' && (event.metaKey || event.ctrlKey) || // The `/` shortcut opens but doesn't close the modal because it's
// a character.

@@ -29,0 +29,0 @@ !isEditingContent(event) && event.key === '/' && !isOpen) {

@@ -1,1 +0,1 @@

export declare const version = "3.2.2";
export declare const version = "3.3.0";

@@ -1,1 +0,1 @@

export var version = '3.2.2';
export var version = '3.3.0';
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "3.2.2",
"version": "3.3.0",
"license": "MIT",

@@ -36,5 +36,5 @@ "homepage": "https://docsearch.algolia.com",

"dependencies": {
"@algolia/autocomplete-core": "1.7.1",
"@algolia/autocomplete-preset-algolia": "1.7.1",
"@docsearch/css": "3.2.2",
"@algolia/autocomplete-core": "1.7.2",
"@algolia/autocomplete-preset-algolia": "1.7.2",
"@docsearch/css": "3.3.0",
"algoliasearch": "^4.0.0"

@@ -41,0 +41,0 @@ },

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