Sign In

@talentprotocol/zustand-wrapper

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talentprotocol/zustand-wrapper - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
package.json
{
"name": "@talentprotocol/zustand-wrapper",
"version": "0.0.4",
"version": "0.0.5",
"main": "./src/index.ts",

@@ -5,0 +5,0 @@ "types": "./src/index.ts",

@@ -1,2 +0,2 @@

import { create } from "zustand";
import create from "zustand";
const _storeMap = {};

@@ -3,0 +3,0 @@ const createStore = (name, blueprintCallback) => {

@@ -1,2 +0,2 @@

import { create, StateCreator } from "zustand";
import create from "zustand";

@@ -3,0 +3,0 @@ const _storeMap:{[key: string]: any} = {};