Socket
Socket
Sign inDemoInstall

zustand-fetching

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

5

dist/helpers/controllers/leitenGroupRequest.d.ts

@@ -14,4 +14,5 @@ import { StoreApi } from "zustand/esm";

}
type UseRequestType<Payload, Result> = <U = ILeitenLoading<ILeitenGroupRequestParams<Payload>, Result>>(key: string, selector?: (state: ILeitenLoading<ILeitenGroupRequestParams<Payload>, Result>) => U, equals?: (a: U, b: U) => boolean) => U;
type UseGroupRequestType<Payload, Result> = <U = ILeitenLoading<ILeitenGroupRequestParams<Payload>, Result>>(selector?: (state: Record<string, ILeitenLoading<ILeitenGroupRequestParams<Payload>, Result>>) => U, equals?: (a: U, b: U) => boolean) => U;
type LeitenState<Payload, Result> = ILeitenLoading<ILeitenGroupRequestParams<Payload>, Result>;
type UseRequestType<Payload, Result> = <U = LeitenState<Payload, Result>>(key: string, selector?: (state: LeitenState<Payload, Result>) => U, equals?: (a: U, b: U) => boolean) => U;
type UseGroupRequestType<Payload, Result> = <U = LeitenState<Payload, Result>>(selector?: (state: Record<string, LeitenState<Payload, Result>>) => U, equals?: (a: U, b: U) => boolean) => U;
export type ILeitenGroupRequest<Payload, Result> = {

@@ -18,0 +19,0 @@ clear: (key?: string) => void;

2

package.json
{
"name": "zustand-fetching",
"version": "2.1.1",
"version": "2.1.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Zustand fetching helpers",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc