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

lean-redux

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lean-redux - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

lib/lean.js

@@ -183,2 +183,4 @@ "use strict";

handlerContext.props = props;
handlerContext.dispatch = dispatch;
if (!(0, _isEmpty2.default)(setStateCallbacks)) {

@@ -185,0 +187,0 @@ setStateCallbacks.forEach(function (cb) {

2

package.json
{
"name": "lean-redux",
"description": "Redux state like local component state",
"version": "3.0.1",
"version": "3.1.0",
"main": "lib/lean.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -128,1 +128,2 @@

Component [`setState()`](https://facebook.github.io/react/docs/component-api.html#setstate).
- `this.dispatch: Function` Redux store dispatch
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