Comparing version 0.5.23 to 0.5.24
@@ -319,7 +319,6 @@ "use strict"; | ||
const stack = stoppable_context; | ||
stoppable_context = 1; | ||
stoppable_context = stop_signal(); | ||
isolate(on(stoppable_context, stop)); | ||
try { | ||
run(); | ||
if (stoppable_context !== 1 && stoppable_context[0]()) | ||
stop(); | ||
} | ||
@@ -326,0 +325,0 @@ finally { |
{ | ||
"name": "realar", | ||
"version": "0.5.23", | ||
"version": "0.5.24", | ||
"description": "React state manager", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"dependencies": { | ||
"reactive-box": "0.6.4" | ||
"reactive-box": "0.6.5" | ||
}, | ||
@@ -89,3 +89,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "82605bf1ffa2f27e3be0aebba041dfcab03d8600" | ||
"gitHead": "4c3adfb84ce1564e2a7bee78e0a58c1b761601c9" | ||
} |
@@ -479,6 +479,6 @@ import React, { Context, FC } from 'react'; | ||
const stack = stoppable_context; | ||
stoppable_context = 1; | ||
stoppable_context = stop_signal(); | ||
isolate(on(stoppable_context, stop)); | ||
try { | ||
run(); | ||
if (stoppable_context !== 1 && stoppable_context[0]()) stop(); | ||
} finally { | ||
@@ -485,0 +485,0 @@ stoppable_context = stack; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70508
1252
+ Addedreactive-box@0.6.5(transitive)
- Removedreactive-box@0.6.4(transitive)
Updatedreactive-box@0.6.5