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

reshow-flux-base

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-flux-base - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

build/cjs/Dispatcher.js

@@ -46,2 +46,3 @@ "use strict";

});
(0, _callFunc["default"])(asyncCallback, [isRunning]);
};

@@ -51,4 +52,3 @@

setImmediate(function () {
trigger();
(0, _callFunc["default"])(asyncCallback, [isRunning]);
return trigger();
});

@@ -55,0 +55,0 @@ } else {

@@ -34,2 +34,3 @@ import _typeof from "reshow-runtime/es/helpers/typeof";

});
callfunc(asyncCallback, [isRunning]);
};

@@ -39,4 +40,3 @@

setImmediate(function () {
trigger();
callfunc(asyncCallback, [isRunning]);
return trigger();
});

@@ -43,0 +43,0 @@ } else {

{
"name": "reshow-flux-base",
"version": "0.2.4",
"version": "0.2.5",
"description": "Pure flux dispatch mechanism",

@@ -5,0 +5,0 @@ "main": "./build/cjs/index.js",

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