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

quarx

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quarx - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

dist/index.js

@@ -125,4 +125,6 @@ var __defProp = Object.defineProperty;

function collectUnobserved() {
++batchDepth;
for (let dispose of pendingDispose)
dispose();
--batchDepth;
pendingDispose.clear();

@@ -135,4 +137,4 @@ }

run();
--batchDepth;
collectUnobserved();
--batchDepth;
}

@@ -139,0 +141,0 @@ function batch(t) {

@@ -7,3 +7,3 @@ {

"name": "quarx",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple dependency graph engine, MobX inspired",

@@ -10,0 +10,0 @@ "main": "dist/index.js",

@@ -123,3 +123,6 @@ const stack = [];

function collectUnobserved() {
++batchDepth;
for (let dispose of pendingDispose) dispose();
--batchDepth;
pendingDispose.clear();

@@ -133,7 +136,7 @@ }

++batchDepth;
for (let run of invalidated) run();
--batchDepth;
for (let run of invalidated) run();
collectUnobserved();
--batchDepth;
// console.debug(`Hydration ${sequenceNumber} END`);

@@ -140,0 +143,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