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

lazy-redux

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

lazy-redux - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "lazy-redux",
"version": "1.0.2",
"version": "1.0.3",
"description": "Opinionated version of Redux, no action types and switch cases",

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

@@ -67,2 +67,3 @@ # Lazy-Redux

For the example above, actually there is a reducer named 'ui' (which you defined at createStore stage)generated by lazy-redux and a set function is defined for every reducer to set the new state. You can access any reducer setter from the first param of the returning function.
Connect

@@ -69,0 +70,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