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

@types/redux-first-router

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redux-first-router - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

8

redux-first-router/index.d.ts

@@ -16,4 +16,4 @@ // Type definitions for redux-first-router 2.1

import { Dispatch, Store, Reducer, Middleware, StoreEnhancer } from 'redux';
import { History } from 'history';
import { History } from "history";
import { Dispatch, Middleware, Reducer, Store, StoreEnhancer } from "redux";

@@ -89,3 +89,3 @@ export type Nullable<T> = T | null | undefined;

export type LocationKind = 'load' | 'back' | 'next' | 'pop' | 'stealth' | 'push' | 'replace' | 'redirect';
export type LocationKind = "load" | "back" | "next" | "pop" | "stealth" | "push" | "replace" | "redirect";

@@ -307,3 +307,3 @@ export interface LocationState<TKeys = {}, TState = any> {

export const NOT_FOUND: '@@redux-first-router/NOT_FOUND';
export const NOT_FOUND: "@@redux-first-router/NOT_FOUND";

@@ -310,0 +310,0 @@ export function actionToPath<TKeys = {}, TState = any>(

{
"name": "@types/redux-first-router",
"version": "2.1.8",
"version": "2.1.9",
"description": "TypeScript definitions for redux-first-router",

@@ -71,4 +71,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-first-router",

},
"typesPublisherContentHash": "9a0ee32141dfa003c98f114d5c6fd1292ca1d761d4ae4ab635e50144a6a8dfc9",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "83a92cb5e877322f3f8c15ffc5c92ac836ce3a9ea54c90acbe4356103d6fb5c1",
"typeScriptVersion": "4.5"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Tue, 18 Jan 2022 22:01:55 GMT
* Dependencies: [@types/redux](https://npmjs.com/package/@types/redux), [@types/history](https://npmjs.com/package/@types/history)
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/history](https://npmjs.com/package/@types/history), [@types/redux](https://npmjs.com/package/@types/redux)
* Global values: none

@@ -15,0 +15,0 @@

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