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.9 to 2.0.10

8

dist/helpers/controllers/hooks/useLeitenModals.js

@@ -8,4 +8,3 @@ import { produce } from "immer";

const nextState = produce(get(), (draft) => {
draft.modals[key].open = value;
draft.modals[key].hidden = false;
draft.modals[key] = { open: value, hidden: false };
let queue = draft.queue.filter((modal) => modal !== key);

@@ -27,7 +26,2 @@ if (!replace) {

}
const last = queue[queue.length - 1];
if (last) {
draft.modals[last].open = true;
draft.modals[last].hidden = false;
}
draft.queue = queue;

@@ -34,0 +28,0 @@ });

2

package.json
{
"name": "zustand-fetching",
"version": "2.0.9",
"version": "2.0.10",
"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