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.37 to 2.0.38

0

react-router/index.d.ts

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

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

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';

7

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

@@ -13,6 +13,3 @@ "license": "MIT",

"scripts": {},
"dependencies": {
"@types/history": "*",
"@types/react": "*"
},
"dependencies": {},
"peerDependencies": {},

@@ -19,0 +16,0 @@ "typings": "index.d.ts",

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

Additional Details
* Last updated: Mon, 03 Oct 2016 15:23:52 GMT
* Last updated: Thu, 13 Oct 2016 19:38:22 GMT
* File structure: UMD

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

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