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

redux-interactions

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-interactions - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

3

dist/src/selector.js

@@ -35,5 +35,4 @@ "use strict";

}
// We rely on interactions objects auto-binding all methods (for `this`).
return scopedSelector.apply(void 0, [_.get(state, this.mountPoint)].concat(args));
return scopedSelector.call.apply(scopedSelector, [this, _.get(state, this.mountPoint)].concat(args));
};
}
{
"name": "redux-interactions",
"version": "1.5.0",
"version": "1.5.1",
"description": "A streamlined approach to managing your Redux action creators and reducers.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/redux-interactions",

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