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

redux-loop

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-loop - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

2

index.d.ts

@@ -262,1 +262,3 @@ import { Action, ActionCreator, AnyAction, StoreEnhancer, Store } from 'redux';

export function getCmd(a: any): CmdType | null;
export type HandlerReturn<S> = S | Loop<S>;

2

package.json
{
"name": "redux-loop",
"version": "6.1.0",
"version": "6.2.0",
"description": "Sequence your effects naturally and purely by returning them from your reducers.",

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

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