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.3.0 to 3.3.1

8

lib/lean.js

@@ -167,2 +167,10 @@ "use strict";

// mappedStateCache might not be called at all here. In that
// case it has not changed at all so ensure it stays false.
// Mark other caches false too to be on the safe side
mappedStateCache.changed = false;
scopedStateCache.changed = false;
propsCache.changed = false;
scopeCache.changed = false;
if (typeof options.scope === "function") {

@@ -169,0 +177,0 @@ scope = options.scope(ownProps);

2

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

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

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