Socket
Socket
Sign inDemoInstall

realar

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realar - npm Package Compare versions

Comparing version 0.5.23 to 0.5.24

5

build/index.js

@@ -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 {

6

package.json
{
"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

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