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

@types/react-router

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router - npm Package Compare versions

Comparing version 2.0.34 to 2.0.35

0

react-router/index.d.ts

@@ -0,0 +0,0 @@ // Type definitions for react-router v2.0.0

import { History } from './History';
declare const browserHistory: History;
export default browserHistory;
import * as H from 'history';
export default function createMemoryHistory(options?: H.HistoryOptions): H.History;
import { History } from './History';
declare const hashHistory: History;
export default hashHistory;

@@ -0,0 +0,0 @@ import Router from './Router';

@@ -0,0 +0,0 @@ import Link from './Link';

@@ -0,0 +0,0 @@ import Router from './Router';

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

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

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

@@ -0,0 +0,0 @@ import * as H from 'history';

export function formatPattern(pattern: string, params: {}): string;

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ import { History, HistoryOptions, HistoryQueries, CreateHistory } from 'history';

@@ -0,0 +0,0 @@ import * as H from 'history';

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

4

react-router/package.json
{
"name": "@types/react-router",
"version": "2.0.34",
"version": "2.0.35",
"description": "TypeScript definitions for react-router v2.0.0",

@@ -18,3 +18,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "a66ad61d9528cebfc98e368d5ae452254982865a754575c3d5061685605a979f"
"typesPublisherContentHash": "0550ff753b029af606599d4788bc857390b28cb35fa152657e314f06f5a5a944"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Mon, 19 Sep 2016 19:54:59 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -33,26 +33,26 @@ {

"index.d.ts",
"lib/History.d.ts",
"lib/IndexLink.d.ts",
"lib/IndexRedirect.d.ts",
"lib/IndexRoute.d.ts",
"lib/Lifecycle.d.ts",
"lib/Link.d.ts",
"lib/PatternUtils.d.ts",
"lib/PropTypes.d.ts",
"lib/Redirect.d.ts",
"lib/Route.d.ts",
"lib/RouteContext.d.ts",
"lib/RouteUtils.d.ts",
"lib/Router.d.ts",
"lib/RouterContext.d.ts",
"lib/browserHistory.d.ts",
"lib/createMemoryHistory.d.ts",
"lib/hashHistory.d.ts",
"lib/match.d.ts",
"lib/useRouterHistory.d.ts",
"lib/useRoutes.d.ts",
"lib/withRouter.d.ts"
"lib\\History.d.ts",
"lib\\IndexLink.d.ts",
"lib\\IndexRedirect.d.ts",
"lib\\IndexRoute.d.ts",
"lib\\Lifecycle.d.ts",
"lib\\Link.d.ts",
"lib\\PatternUtils.d.ts",
"lib\\PropTypes.d.ts",
"lib\\Redirect.d.ts",
"lib\\Route.d.ts",
"lib\\RouteContext.d.ts",
"lib\\RouteUtils.d.ts",
"lib\\Router.d.ts",
"lib\\RouterContext.d.ts",
"lib\\browserHistory.d.ts",
"lib\\createMemoryHistory.d.ts",
"lib\\hashHistory.d.ts",
"lib\\match.d.ts",
"lib\\useRouterHistory.d.ts",
"lib\\useRoutes.d.ts",
"lib\\withRouter.d.ts"
],
"hasPackageJson": false,
"contentHash": "a66ad61d9528cebfc98e368d5ae452254982865a754575c3d5061685605a979f"
"contentHash": "0550ff753b029af606599d4788bc857390b28cb35fa152657e314f06f5a5a944"
}
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