Socket
Socket
Sign inDemoInstall

zustand-fetching

Package Overview
Dependencies
11
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

dist/interfaces/IContentLoading.js

@@ -9,3 +9,3 @@ export const initialContentLoading = (value, initialStatus) => ({

export const initialLeitenLoading = (initialStatus) => ({
status: initialStatus || "loading",
status: initialStatus || "init",
error: undefined,

@@ -12,0 +12,0 @@ payload: undefined,

{
"name": "zustand-fetching",
"version": "2.0.2",
"version": "2.0.3",
"private": false,

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc