Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 2.1.2

2

redux-first-router/index.d.ts

@@ -38,3 +38,3 @@ // Type definitions for redux-first-router 2.1

navKey?: string;
path: string;
path?: string;
thunk?: RouteThunk<TState>;

@@ -41,0 +41,0 @@ fromPath?(path: string, key?: string): string;

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

@@ -47,11 +47,12 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/redux-first-router"
},
"scripts": {},
"dependencies": {
"redux": "^4.0.0",
"@types/history": "*"
"@types/history": "*",
"redux": "^4.0.0"
},
"typesPublisherContentHash": "e880142f8a180e486434a68b0987f09707e59523e08800eceea8a0d16eeae6ce",
"typesPublisherContentHash": "2745291898e2876afa4671ce5acc367b53a6c784f1f096747813480849433095",
"typeScriptVersion": "2.4"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for redux-first-router (https://github.com/faceyspacey/redux-first-router#readme).
This package contains type definitions for redux-first-router ( https://github.com/faceyspacey/redux-first-router#readme ).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Thu, 29 Nov 2018 23:46:26 GMT
* Dependencies: redux, history
* Last updated: Tue, 14 May 2019 21:00:38 GMT
* Dependencies: @types/redux, @types/history
* Global values: none

@@ -16,0 +16,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