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 5.2.0 to 5.2.1

2

package.json
{
"name": "quarx",
"version": "5.2.0",
"version": "5.2.1",
"description": "Simple tiny reactivity engine",

@@ -5,0 +5,0 @@ "type": "module",

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

const cleanup = onBecomeObserved();
dispose = cleanup && tryCatch(cleanup, onError);
dispose = tryCatch(() => cleanup && cleanup(), onError);
}

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