🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/react-router-native

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router-native - npm Package Compare versions

Comparing version

to
5.1.0

32

react-router-native/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for React Router Native 4.2
// Type definitions for React Router Native 5.1
// Project: https://github.com/reacttraining/react-router

@@ -9,15 +9,19 @@ // Definitions by: Eduard Zintz <https://github.com/ezintz>

export {
match,
matchPath,
MemoryRouter,
Prompt,
Redirect,
Route,
RouteComponentProps,
RouteProps,
Router,
RouterChildContext,
StaticRouter,
Switch,
withRouter
match,
matchPath,
MemoryRouter,
Prompt,
Redirect,
Route,
RouteComponentProps,
RouteProps,
Router,
RouterChildContext,
StaticRouter,
Switch,
withRouter,
useHistory,
useLocation,
useParams,
useRouteMatch,
} from 'react-router';

@@ -24,0 +28,0 @@ import * as React from 'react';

{
"name": "@types/react-router-native",
"version": "4.2.4",
"version": "5.1.0",
"description": "TypeScript definitions for React Router Native",

@@ -22,3 +22,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-router-native"
},

@@ -31,4 +32,4 @@ "scripts": {},

},
"typesPublisherContentHash": "bfe17604d0da8ced234e27e4da5f39ed0c03ed0ba10de9beb681264eaef10c6a",
"typesPublisherContentHash": "a7af34f74384068069b0098e4622515919b3e3b0261ca223b083305437b0f2aa",
"typeScriptVersion": "2.8"
}

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

# Summary
This package contains type definitions for React Router Native ( https://github.com/reacttraining/react-router ).
This package contains type definitions for React Router Native (https://github.com/reacttraining/react-router).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 13 Feb 2019 21:06:17 GMT
* Last updated: Wed, 25 Sep 2019 11:33:05 GMT
* Dependencies: @types/react-router, @types/react, @types/history

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Eduard Zintz <https://github.com/ezintz>, Fernando Helwanger <https://github.com/fhelwanger>.
These definitions were written by Eduard Zintz <https://github.com/ezintz>, and Fernando Helwanger <https://github.com/fhelwanger>.