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.3.4 to 1.3.5

1

dist/cjs/computed.js

@@ -55,2 +55,1 @@ "use strict";

exports.default = exports.computed;
//# sourceMappingURL=computed.js.map

@@ -24,2 +24,1 @@ "use strict";

Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(computed_js_1).default; } });
//# sourceMappingURL=index.js.map

@@ -51,2 +51,1 @@ import { shallow } from "zustand/shallow";

export default computed;
//# sourceMappingURL=computed.js.map
export * from "./computed.js";
export { default } from "./computed.js";
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "zustand-computed",
"version": "1.3.4",
"version": "1.3.5",
"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