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.3.0 to 0.3.1

12

build/cjs/Store.js

@@ -60,11 +60,7 @@ "use strict";

var next = _this.nextEmits.slice(0);
_this.nextEmits = [];
if (next.length) {
if (_this.nextEmits.length) {
var nextRun = function nextRun() {
return next.forEach(function (emit) {
return _this.emit(emit);
});
while (_this.nextEmits.length) {
_this.emit(_this.nextEmits.shift());
}
};

@@ -71,0 +67,0 @@

@@ -46,11 +46,7 @@ import _classCallCheck from "reshow-runtime/es/helpers/classCallCheck";

var next = _this.nextEmits.slice(0);
_this.nextEmits = [];
if (next.length) {
if (_this.nextEmits.length) {
var nextRun = function nextRun() {
return next.forEach(function (emit) {
return _this.emit(emit);
});
while (_this.nextEmits.length) {
_this.emit(_this.nextEmits.shift());
}
};

@@ -57,0 +53,0 @@

{
"name": "reshow-flux-base",
"version": "0.3.0",
"version": "0.3.1",
"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