Socket
Socket
Sign inDemoInstall

zustand-fetching

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zustand-fetching - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

dist/helpers/controllers/leitenRequest.d.ts

@@ -5,3 +5,3 @@ import { StoreApi } from "zustand";

import { IExtraArgument } from "../slices";
type UseRequestType<Payload, Result> = <U = ILeitenLoading<Result, Payload>>(selector?: (state: ILeitenLoading<Result, Payload>) => U, equals?: (a: U, b: U) => boolean) => U;
type UseRequestType<Payload, Result> = <U = ILeitenLoading<Payload, Result>>(selector?: (state: ILeitenLoading<Payload, Result>) => U, equals?: (a: U, b: U) => boolean) => U;
export interface ILeitenRequest<Payload, Result> extends UseRequestType<Payload, Result> {

@@ -8,0 +8,0 @@ abort: () => void;

{
"name": "zustand-fetching",
"version": "2.1.3",
"version": "2.1.4",
"private": false,

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

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