New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zustand-computed

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zustand-computed - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

dist/cjs/computed.d.ts

@@ -14,3 +14,3 @@ import { StateCreator, StoreApi, StoreMutatorIdentifier } from "zustand";

type WithCompute<S, A> = Write<S, StoreCompute<S, A>>;
declare module "zustand" {
declare module "zustand/vanilla" {
interface StoreMutators<S, A> {

@@ -17,0 +17,0 @@ "chrisvander/zustand-computed": WithCompute<Cast<S, object>, A>;

@@ -14,3 +14,3 @@ import { StateCreator, StoreApi, StoreMutatorIdentifier } from "zustand";

type WithCompute<S, A> = Write<S, StoreCompute<S, A>>;
declare module "zustand" {
declare module "zustand/vanilla" {
interface StoreMutators<S, A> {

@@ -17,0 +17,0 @@ "chrisvander/zustand-computed": WithCompute<Cast<S, object>, A>;

{
"name": "zustand-computed",
"version": "1.4.0",
"version": "1.4.1",
"description": "A Zustand middleware to create computed states.",

@@ -5,0 +5,0 @@ "author": "chrisvander",

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