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.1.1 to 4.1.2

3

HISTORY.md

@@ -0,1 +1,4 @@

# 4.1.0 / 2014-09-22
- add ctx.locals
# 4.0.0 / 2014-09-22

@@ -2,0 +5,0 @@ - add dispatcher.waitFor()

5

index.js

@@ -108,3 +108,6 @@ /**

debug('Waiting for actions', actions);
debug('Waiting for actions ' + actions.map(function(action, i) {
if (i == actions.length - 1) return action;
return action + ', ';
}));
var nwArr = arr.concat(done.bind(this));

@@ -111,0 +114,0 @@

{
"name": "barracks",
"version": "4.1.1",
"version": "4.1.2",
"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