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

@ef2/instant-search-react

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ef2/instant-search-react - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.d.ts

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

export { InstantSearchWrapper, RefinementTypeEnum, type FilterableAttributeProps } from "./InstantSearchWrapper";
import InstantSearchWrapper from "./InstantSearchWrapper";
export { RefinementTypeEnum, type FilterableAttributeProps } from "./InstantSearchWrapper";
export default InstantSearchWrapper;

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

export { InstantSearchWrapper, RefinementTypeEnum } from "./InstantSearchWrapper";
import InstantSearchWrapper from "./InstantSearchWrapper";
export { RefinementTypeEnum } from "./InstantSearchWrapper";
export default InstantSearchWrapper;

@@ -54,3 +54,3 @@ import { ReactNode } from 'react';

};
export declare const InstantSearchWrapper: ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }: SearchWrapperProps) => import("react/jsx-runtime").JSX.Element;
export {};
declare const InstantSearchWrapper: ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }: SearchWrapperProps) => import("react/jsx-runtime").JSX.Element;
export default InstantSearchWrapper;

@@ -17,3 +17,3 @@ 'use client';

})(RefinementTypeEnum || (RefinementTypeEnum = {}));
export const InstantSearchWrapper = ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }) => {
const InstantSearchWrapper = ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }) => {
var _a;

@@ -39,1 +39,2 @@ const ref = useRef(null);

};
export default InstantSearchWrapper;
{
"name": "@ef2/instant-search-react",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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