New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 8.2.1

4

index.js

@@ -235,5 +235,5 @@ const mutate = require('xtend/mutable')

function wrapOnError (onError) {
return function onErrorWrap (err) {
if (err) onError(err)
return function onErrorWrap (err, state, createSend) {
if (err) onError(err, state, createSend)
}
}
{
"name": "barracks",
"version": "8.2.0",
"version": "8.2.1",
"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