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

@appbaseio/searchbase

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appbaseio/searchbase - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

20

dist/@appbaseio/types.d.ts

@@ -39,4 +39,4 @@ export type MicStatusField = 'INACTIVE' | 'ACTIVE' | 'DENIED';

export type BaseConfig = {
index: string;
url: string;
index?: string;
url?: string;
credentials?: string;

@@ -65,23 +65,23 @@ appbaseConfig?: AppbaseSettings;

// called when value changes
onValueChange: (next: string, prev: string) => void;
onValueChange?: (next: string, prev: string) => void;
// called when results change
onResults: (next: string, prev: string) => void;
onResults?: (next: string, prev: string) => void;
// called when composite aggregations change
onAggregationData: (next: Array<Object>, prev: Array<Object>) => void;
onAggregationData?: (next: Array<Object>, prev: Array<Object>) => void;
// called when there is an error while fetching results
onError: (error: any) => void;
onError?: (error: any) => void;
// called when request status changes
onRequestStatusChange: (next: string, prev: string) => void;
onRequestStatusChange?: (next: string, prev: string) => void;
// called when query changes
onQueryChange: (next: string, prev: string) => void;
onQueryChange?: (next: string, prev: string) => void;
// called when mic status changes
onMicStatusChange: (next: string, prev: string) => void;
onMicStatusChange?: (next: string, prev: string) => void;
id: string;
id?: string;

@@ -88,0 +88,0 @@ type?: QueryType;

{
"name": "@appbaseio/searchbase",
"version": "1.1.1",
"version": "1.1.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Headless core + common utilities for search",

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