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

redux-first-history

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-first-history - npm Package Compare versions

Comparing version 5.0.9 to 5.0.10

build/es5/reachify.types.d.ts

2

build/es5/create.d.ts
import type { History } from 'history';
import type { History as ReachHistory } from '@reach/router';
import type { Middleware, Reducer, Store } from 'redux';
import type { ReachHistory } from './reachify.types';
import { RouterState } from './reducer';

@@ -5,0 +5,0 @@ export interface IHistoryContextOptions {

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

import { History as ReachHistory } from '@reach/router';
import { History } from 'history';
import { ReachHistory } from './reachify.types';
export declare const reachify: (reduxHistory: History & {
listenObject: boolean;
}) => ReachHistory;
import type { History } from 'history';
import type { History as ReachHistory } from '@reach/router';
import type { Middleware, Reducer, Store } from 'redux';
import type { ReachHistory } from './reachify.types';
import { RouterState } from './reducer';

@@ -5,0 +5,0 @@ export interface IHistoryContextOptions {

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

import { History as ReachHistory } from '@reach/router';
import { History } from 'history';
import { ReachHistory } from './reachify.types';
export declare const reachify: (reduxHistory: History & {
listenObject: boolean;
}) => ReachHistory;
{
"name": "redux-first-history",
"version": "5.0.9",
"version": "5.0.10",
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter",

@@ -53,3 +53,3 @@ "main": "build/es5/index.js",

"@types/jest": "^27.0.2",
"@types/reach__router": "^1.3.9",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.24",

@@ -56,0 +56,0 @@ "@typescript-eslint/eslint-plugin": "^4.31.2",

import type { History, Location } from 'history';
import type { History as ReachHistory } from '@reach/router';
import type { Middleware, Reducer, Store } from 'redux';
import type { ReachHistory } from './reachify.types';
import {

@@ -5,0 +5,0 @@ go,

// eslint-disable-next-line import/no-unresolved
import { History as ReachHistory } from '@reach/router';
import { History } from 'history';
import { ReachHistory } from './reachify.types';

@@ -5,0 +5,0 @@ export const reachify = (reduxHistory: History & { listenObject: boolean }): ReachHistory => {

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