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

barracks

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barracks - npm Package Compare versions

Comparing version 4.2.2 to 4.3.0

7

index.js

@@ -37,2 +37,3 @@ /**

this._current = [];
this._isPending = {};

@@ -60,2 +61,3 @@ this._isHandled = {};

this._current.push(action);
this._isDispatching = true;

@@ -152,2 +154,3 @@

function fin() {
this._current.pop();
this._isHandled[action] = true;

@@ -157,3 +160,4 @@ done();

debug('wait for \'%s\'', action);
this._current.push(action);
debug('\'%s\' -> \'%s\'', this._current[this._current.length - 2], action);
fn(this.locals.payload, fin.bind(this));

@@ -202,2 +206,3 @@

this.locals = null;
this._current = [];
}

2

package.json
{
"name": "barracks",
"version": "4.2.2",
"version": "4.3.0",
"description": "An event dispatcher for the flux architecture",

@@ -5,0 +5,0 @@ "main": "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