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.55 to 2.0.56

2

react-router v2/lib/Router.d.ts

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

routes?: PlainRoute[];
children?: React.ReactElement<any>;
children?: React.ReactElement;
}

@@ -94,0 +94,0 @@

import * as React from 'react';
import Router from './Router';
type E = React.ReactElement<any>;
type E = React.ReactElement;
export function isReactChildren(object: E | E[]): boolean;

@@ -6,0 +6,0 @@ export function createRouteFromReactElement(element: E): Router.PlainRoute;

{
"name": "@types/react-router",
"version": "2.0.55",
"version": "2.0.56",
"description": "TypeScript definitions for react-router",

@@ -39,2 +39,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -49,4 +50,4 @@ "type": "git",

},
"typesPublisherContentHash": "f9354a94f6083a9d24e1f0c27b10c2e1d20cb08e405011dc9710764f46c7fd90",
"typesPublisherContentHash": "bd9ea5355c461e7f6fb4b0d91b4b35fef42c7d79a1b3e84e5f1696fb878956ba",
"typeScriptVersion": "2.8"
}

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

# Summary
This package contains type definitions for react-router (https://github.com/rackt/react-router).
This package contains type definitions for react-router ( https://github.com/rackt/react-router ).

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

Additional Details
* Last updated: Mon, 06 Aug 2018 21:55:29 GMT
* Dependencies: history, react
* Last updated: Wed, 13 Feb 2019 21:06:17 GMT
* Dependencies: @types/history, @types/react
* Global values: ReactRouter

@@ -16,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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