Socket
Socket
Sign inDemoInstall

valtio

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valtio - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

2

package.json
{
"name": "valtio",
"private": false,
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"publishConfig": {

@@ -6,0 +6,0 @@ "tag": "next"

@@ -38,3 +38,3 @@ 'use strict';

const notifyInSync = options == null ? void 0 : options.sync;
const affected = (0, import_react.useMemo)(() => /* @__PURE__ */ new WeakMap(), []);
const affected = (0, import_react.useMemo)(() => /* @__PURE__ */ new WeakMap(), [proxyObject]);
const lastSnapshot = (0, import_react.useRef)();

@@ -41,0 +41,0 @@ let inRender = true;

Sorry, the diff of this file is not supported yet

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