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.6.1 to 0.7.1

6

lib/react-redux.d.ts

@@ -5,5 +5,7 @@ import { ActionCreator } from "./core";

declare type StateToProps<TState, TProps> = (state: TState) => TProps;
export declare function connectWithActions<TActions extends Tree<ActionCreator<any>>, TState, TProps>(actions: TActions, mapStateToProps?: StateToProps<TState, TProps>): import("react-redux").InferableComponentEnhancerWithProps<TProps & {
actions: Tree<ActionCreator<any>>;
export declare function connectWithActions<TProps extends {
actions: TActions;
}, TActions extends Tree<ActionCreator>, TState = {}>(actions: TActions, mapStateToProps?: StateToProps<TState, TProps>): import("react-redux").InferableComponentEnhancerWithProps<TProps & {
actions: Tree<ActionCreator<void>>;
}, {}>;
export {};
{
"name": "re-reduced",
"version": "0.6.1",
"version": "0.7.1",
"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