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

barracks

Package Overview
Dependencies
Maintainers
4
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 8.0.1 to 8.0.2

2

index.js

@@ -200,3 +200,3 @@ const mutate = require('xtend/mutable')

if (createSend && done) {
const send = createSend('subscription: ' + ns ? ns + ':' + key : key)
const send = createSend('subscription: ' + (ns ? ns + ':' + key : key))
source[key](send, done)

@@ -203,0 +203,0 @@ }

{
"name": "barracks",
"version": "8.0.1",
"version": "8.0.2",
"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