Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zustand-utils

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zustand-utils - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

6

es/createStoreUpdater.js

@@ -16,6 +16,4 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

setState(_defineProperty({}, key, value), false, {
type: "\uD83D\uDCAD useStoreUpdater/ ".concat(key),
payload: {
value: value
}
type: "\uD83D\uDCAD useStoreUpdater / ".concat(key),
payload: value
});

@@ -22,0 +20,0 @@ }

@@ -23,6 +23,4 @@ "use strict";

setState((0, _defineProperty2.default)({}, key, value), false, {
type: "\uD83D\uDCAD useStoreUpdater/ ".concat(key),
payload: {
value: value
}
type: "\uD83D\uDCAD useStoreUpdater / ".concat(key),
payload: value
});

@@ -29,0 +27,0 @@ }

{
"name": "zustand-utils",
"version": "1.2.4",
"version": "1.2.5",
"description": "some utils for zustand",

@@ -5,0 +5,0 @@ "keywords": [

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