New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

re-reduced

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re-reduced - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

6

lib/react-redux.d.ts

@@ -0,5 +1,5 @@

import { MapStateToPropsFactory } from "react-redux";
import { ActionCreator } from "./core";
import { Tree } from "./helpers/objects";
export declare type Dispatcher<T = any> = (payload: T) => void;
export declare type StateToProps<TState, TProps> = (state: TState) => TProps;
/**

@@ -13,4 +13,4 @@ * connectWithActions

*/
export declare function connectWithActions<TProps, TActions extends Tree<ActionCreator<any>> = {}, TState = {}>(actions: TActions, mapStateToProps?: StateToProps<TState, Partial<TProps>>): import("react-redux").InferableComponentEnhancerWithProps<Partial<TProps> & {
export declare function connectWithActions<TProps, TActions extends Tree<ActionCreator<any>> = {}, TState = {}, TOwnProps = {}>(actions: TActions, mapStateToProps?: MapStateToPropsFactory<TProps, TOwnProps, TState>): import("react-redux").InferableComponentEnhancerWithProps<TProps & {
actions: Tree<ActionCreator<any>>;
}, {}>;
}, TOwnProps>;
{
"name": "re-reduced",
"version": "0.7.6",
"version": "0.7.7",
"description": "A utility toolbelt that reduces boilerplate from your react/redux app",

@@ -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