🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

redux-detector

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-detector - npm Package Compare versions

Comparing version

to
1.0.0-rc.4

2

lib/composeDetectors.d.ts

@@ -5,2 +5,2 @@ import { ActionsDetector } from "./Detector";

*/
export declare function composeDetectors<TState = any, TAction = any>(...detectors: ActionsDetector<TState, TAction>[]): ActionsDetector<TState, TAction>;
export declare function composeDetectors<TState = any>(...detectors: ActionsDetector<TState, any>[]): ActionsDetector<TState, any>;
{
"name": "redux-detector",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "Redux enhancer for pure detection of state changes.",

@@ -5,0 +5,0 @@ "keywords": [