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

@ellx/framework

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ellx/framework - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@ellx/framework",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ellx full stack framework",

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

import { autorun, batch, createAtom } from 'quarx';
import { isFlow, whenFinished } from 'conclure';
import { box } from 'quarx/box';

@@ -17,4 +18,16 @@ import { observableMap } from 'quarx/map';

function instantiate() {
try {
node.instantiate();
}
catch (e) {
if (isFlow(e)) {
whenFinished(e, ({ cancelled }) => !cancelled && instantiate());
}
set(e);
}
}
const atom = createAtom(
() => autorun(node.instantiate, {
() => autorun(instantiate, {
onError: set,

@@ -21,0 +34,0 @@ name: `(Instantiate ${url})`

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