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.7 to 0.7.8

4

lib/react-redux.d.ts

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

import { MapStateToPropsFactory } from "react-redux";
import { MapStateToProps } from "react-redux";
import { ActionCreator } from "./core";

@@ -13,4 +13,4 @@ import { Tree } from "./helpers/objects";

*/
export declare function connectWithActions<TProps, TActions extends Tree<ActionCreator<any>> = {}, TState = {}, TOwnProps = {}>(actions: TActions, mapStateToProps?: MapStateToPropsFactory<TProps, TOwnProps, TState>): import("react-redux").InferableComponentEnhancerWithProps<TProps & {
export declare function connectWithActions<TProps, TState = {}, TOwnProps = {}, TActions extends Tree<ActionCreator<any>> = {}>(actions: TActions, mapStateToProps?: MapStateToProps<TProps, TOwnProps, TState>): import("react-redux").InferableComponentEnhancerWithProps<TProps & {
actions: Tree<ActionCreator<any>>;
}, TOwnProps>;
{
"name": "re-reduced",
"version": "0.7.7",
"version": "0.7.8",
"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