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

reactive-box

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-box - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

package.json
{
"name": "reactive-box",
"version": "0.1.5",
"version": "0.1.6",
"description": "Minimalistic, fast, and highly efficient reactivity",

@@ -47,3 +47,3 @@ "scripts": {

"homepage": "https://github.com/betula/reactive-box#readme",
"gitHead": "8df18f1edaebd4406064cb2dae69bcb9098cb52a"
"gitHead": "6cb7d3d3935b301bfc0972c874f03b1f5fca9280"
}

@@ -49,3 +49,3 @@ /**

let sync;
while (sync = iter.next().value) {
while ((sync = iter.next().value)) {
sync();

@@ -89,3 +89,3 @@ syncs.delete(sync);

return [
() => {
function () {
read(sel_node);

@@ -96,3 +96,3 @@ if (!sel_node[2]) {

try {
cache = body();
cache = body.call(this);
} finally {

@@ -99,0 +99,0 @@ context_node = stack;

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