Socket
Socket
Sign inDemoInstall

@searchkit/api

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@searchkit/api - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0

4

dist/index.d.ts

@@ -17,2 +17,6 @@ import Searchkit__default, { SearchkitConfig, AppSettings, RequestOptions } from 'searchkit';

hits: {
_geoloc?: {
lat: number;
lng: number;
} | undefined;
_snippetResult?: Record<string, any> | undefined;

@@ -19,0 +23,0 @@ _highlightResult?: Record<string, any> | undefined;

4

package.json
{
"name": "@searchkit/api",
"version": "4.0.4",
"version": "4.1.0",
"main": "./dist/index.js",

@@ -36,3 +36,3 @@ "description": "Node API for Searchkit. Transforms the instantsearch Search State into a query for Elasticsearch on Node.",

"dependencies": {
"searchkit": "^4.0.4"
"searchkit": "^4.1.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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