Socket
Socket
Sign inDemoInstall

redux-devtools-extension

Package Overview
Dependencies
3
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.2 to 2.13.3

6

index.d.ts

@@ -1,2 +0,2 @@

import {Action, ActionCreator, GenericStoreEnhancer, compose} from "redux";
import {Action, ActionCreator, StoreEnhancer, compose} from "redux";

@@ -159,4 +159,4 @@ export interface EnhancerOptions {

export function composeWithDevTools(...funcs: Function[]): GenericStoreEnhancer;
export function composeWithDevTools(...funcs: Function[]): StoreEnhancer;
export function composeWithDevTools(options: EnhancerOptions): typeof compose;
export function devToolsEnhancer(options: EnhancerOptions): GenericStoreEnhancer;
export function devToolsEnhancer(options: EnhancerOptions): StoreEnhancer;
{
"name": "redux-devtools-extension",
"version": "2.13.2",
"version": "2.13.3",
"description": "Wrappers for Redux DevTools Extension.",

@@ -14,4 +14,4 @@ "main": "index.js",

"peerDependencies": {
"redux": "^3.1.0"
"redux": "^3.1.0 || ^4.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc