Socket
Socket
Sign inDemoInstall

hc-redux-middleware

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-redux-middleware - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

17

index.js

@@ -42,12 +42,13 @@ import axios from 'axios'

sendRequest = meta.then ? sendRequest.then(meta.then) : sendRequest
const newAction = {
...action,
payload: sendRequest,
meta: {
...meta,
isHc: false
}
}
const newAction = Object.assign({},
action,
{
payload: sendRequest
},
{
meta: Object.assign({}, meta, { isHc: false })
}
)
return next(newAction)
}
}
{
"name": "hc-redux-middleware",
"version": "1.0.1",
"version": "1.0.2",
"description": "a few methods of redux middleware for holochain UI apps",

@@ -5,0 +5,0 @@ "main": "index.js",

# hc-redux-middleware
a few methods of redux middleware for holochain UI apps
To install: `npm install --save hc-redux-middleware`
To use:

@@ -5,0 +7,0 @@

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