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

fluidstate

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluidstate - npm Package Compare versions

Comparing version 0.0.14 to 0.0.16

2

package.json
{
"name": "fluidstate",
"version": "0.0.14",
"version": "0.0.16",
"description": "Library for fine-grained reactivity state management",

@@ -5,0 +5,0 @@ "repository": "https://gitlab.com/fluidstate/fluidstate",

@@ -16,3 +16,7 @@ "use strict";

for (const key of context.markedForDeletion.values) {
const node = context.reactive.values[key];
delete context.reactive.values[key];
if ((0, _nodes.isComputed)(node)) {
context.api.disableComputed(node);
}
}

@@ -19,0 +23,0 @@ context.markedForDeletion.values.clear();

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