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 6.0.5 to 6.0.6

2

index.js

@@ -25,3 +25,3 @@ // const debug = require('debug')('barracks')

actions[action] = actions[action] ? actions[action] : []
assert.equal(actions[action].length, 0, 'only on callback per action')
assert.equal(actions[action].length, 0, 'only one callback per action')
actions[action].push(cb)

@@ -28,0 +28,0 @@

{
"name": "barracks",
"version": "6.0.5",
"version": "6.0.6",
"description": "Action dispatcher for unidirectional data flows",

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