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

zustand-computed

Package Overview
Dependencies
Maintainers
0
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 2.0.0 to 2.0.1

24

package.json
{
"name": "zustand-computed",
"version": "2.0.0",
"version": "2.0.1",
"author": "chrisvander",

@@ -9,19 +9,19 @@ "repository": "chrisvander/zustand-computed",

"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tsconfig/bun": "^1.0.7",
"@types/bun": "^1.1.6",
"@types/node": "^22.5.0",
"husky": "^9.1.5",
"@types/bun": "^1.1.13",
"@types/node": "^22.9.0",
"husky": "^9.1.6",
"react": "^18.3.1",
"semver": "^7.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.0.3",
"zustand": "^4.5.5"
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"zustand": "^5.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"zustand": "^4.3.8"
"zustand": "^5.0.0"
},

@@ -28,0 +28,0 @@ "exports": {

@@ -28,3 +28,3 @@ # zustand-computed

const computeState = createComputed((state) => ({
const computed = createComputed((state) => ({
countSq: state.count ** 2,

@@ -31,0 +31,0 @@ }))

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