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 3.3.0 to 3.3.1

4

dist/index.js

@@ -143,3 +143,3 @@ var __defProp = Object.defineProperty;

}
run();
batch(run);
return dispose;

@@ -155,2 +155,4 @@ }

function hydrate() {
if (!Quarx.invalidated.size)
return;
++Quarx.sequenceNumber;

@@ -157,0 +159,0 @@ ++Quarx.batchDepth;

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

"name": "quarx",
"version": "3.3.0",
"version": "3.3.1",
"description": "Simple dependency graph engine, MobX inspired",

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

@@ -139,2 +139,3 @@ const TAG = '@dmaevsky/quarx';

isRunning = false;
// console.debug(`[Quarx]: Finished ${name}`, Quarx.sequenceNumber);
}

@@ -148,3 +149,3 @@

run();
batch(run);
return dispose;

@@ -162,2 +163,4 @@ }

function hydrate() {
if (!Quarx.invalidated.size) return;
++Quarx.sequenceNumber;

@@ -164,0 +167,0 @@ // console.debug(`[Quarx]: Hydration ${Quarx.sequenceNumber}`);

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