Socket
Socket
Sign inDemoInstall

realar

Package Overview
Dependencies
1
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0-alpha.1 to 0.6.0-alpha.2

13

build/index.js

@@ -60,10 +60,9 @@ "use strict";

//
const rb = reactive_box_1.default;
const expr = rb.expr;
const box = rb.box;
const sel = rb.sel;
const flow = rb.flow;
const expr = reactive_box_1.default.expr;
const box = reactive_box_1.default.box;
const sel = reactive_box_1.default.sel;
const flow = reactive_box_1.default.flow;
const internal_flow_stop = flow.stop;
const internal_untrack = rb.untrack;
const internal_transaction = rb.transaction;
const internal_untrack = reactive_box_1.default.untrack;
const internal_transaction = reactive_box_1.default.transaction;
const un_expr = (a, b) => ((a = expr(a, b)), un(a[1]), a);

@@ -70,0 +69,0 @@ const un_flow = (a, b, c) => ((a = flow(a, b, c)), un(a[2]), a);

{
"name": "realar",
"version": "0.6.0-alpha.1",
"version": "0.6.0-alpha.2",
"description": "The advanced state manager less than 5kB for React",

@@ -88,3 +88,3 @@ "repository": {

},
"gitHead": "21ad5e66abb6481316cd8048ec15466c333ddd54"
"gitHead": "41de6de61105d191282ff40c2ebc685c4f558df1"
}
import React, { Context, FC } from 'react';
import rb_lib from 'reactive-box';
import rb from 'reactive-box';

@@ -497,3 +497,2 @@ /*

const rb = rb_lib;
const expr = rb.expr;

@@ -500,0 +499,0 @@ const box = rb.box;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc