Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-redux-retro

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-retro - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ // Place your settings in this file to overwrite default and user settings.

@@ -0,0 +0,0 @@ {

5

dist/src/provider.d.ts
import * as React from 'react';
import { Provider } from 'react-redux';
import { Store } from 'redux';
export interface IProviderProps {
export interface IProviderProps extends React.Props<any> {
store: Store<any>;

@@ -10,3 +9,3 @@ actions: any;

children?: React.ReactNode;
}> & Readonly<import("react-redux").ProviderProps<import("redux").Action<any>>>, Provider<import("redux").Action<any>>>;
}> & Readonly<import("react-redux").ProviderProps<import("redux").Action<any>>>, any>;
export default _default;
{
"name": "react-redux-retro",
"version": "1.0.3",
"version": "1.0.4",
"description": "Connect Redux Retro to React",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -0,0 +0,0 @@ React Redux Retro

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import Provider from './provider';

@@ -5,3 +5,3 @@ import * as React from 'react';

export interface IProviderProps {
export interface IProviderProps extends React.Props<any> {
store: Store<any>;

@@ -8,0 +8,0 @@ actions: any;

Sorry, the diff of this file is not supported yet

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