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.11.0 to 4.11.1

8

dist/index.js

@@ -22,2 +22,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -49,3 +53,5 @@ mod

// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
0 && (module.exports = {
...require("searchkit")
});
//# sourceMappingURL=index.js.map

6

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

@@ -43,7 +43,7 @@ "module": "./dist/index.mjs",

"dependencies": {
"searchkit": "^4.11.0"
"searchkit": "^4.11.1"
},
"devDependencies": {
"nock": "^13.1.3"
"nock": "^14.0.0-beta.4"
}
}

@@ -143,3 +143,3 @@ # Elasticsearch Search UI Components

Searchkit compatible with all Instantsearch frameworks. Below is an example using react-instantsearch-hooks-web.
Searchkit compatible with all Instantsearch frameworks. Below is an example using react-instantsearch.

@@ -151,3 +151,3 @@ ```tsx

// import your InstantSearch components
import { InstantSearch, SearchBox, Hits, RefinementList, Pagination, RangeInput } from 'react-instantsearch-hooks-web';
import { InstantSearch, SearchBox, Hits, RefinementList, Pagination, RangeInput } from 'react-instantsearch';

@@ -210,3 +210,3 @@ const sk = new Searchkit({

// import your InstantSearch components
import { InstantSearch, SearchBox, Hits, RefinementList, Pagination, RangeInput } from 'react-instantsearch-hooks-web';
import { InstantSearch, SearchBox, Hits, RefinementList, Pagination, RangeInput } from 'react-instantsearch';

@@ -213,0 +213,0 @@ const searchClient = Client({

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