Socket
Socket
Sign inDemoInstall

redux-inject

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md
# Change Log
## 1.0.2 (2015-01-16)
Bug fixes:
- Added missing return ([steida](https://github.com/steida))
## 1.0.1 (2015-01-13)

@@ -4,0 +10,0 @@

2

lib/index.js

@@ -5,3 +5,3 @@ module.exports = function(deps) {

return function(action) {
next(typeof action === 'function' ? action(deps) : action);
return next(typeof action === 'function' ? action(deps) : action);
};

@@ -8,0 +8,0 @@ };

{
"name": "redux-inject",
"version": "1.0.1",
"version": "1.0.2",
"description": "Redux middleware generator that allows dependencies to be injected into action creators",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc