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.30 to 2.0.31

6

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

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

"scripts": {},
"dependencies": {},
"dependencies": {
"@types/react": "0.14.*"
},
"typings": "react-router.d.ts"
}

@@ -13,4 +13,2 @@ // Type definitions for react-router v2.0.0

import React = __React
import H = HistoryModule

@@ -108,3 +106,3 @@

interface LinkProps extends React.HTMLAttributes, React.Props<Link> {
interface LinkProps extends React.HTMLAttributes<Link>, React.Props<Link> {
activeStyle?: React.CSSProperties

@@ -349,3 +347,3 @@ activeClassName?: string

type E = __React.ReactElement<any>
type E = React.ReactElement<any>

@@ -372,4 +370,2 @@ export function isReactChildren(object: E | E[]): boolean

import React = __React
export function falsy(props: any, propName: string, componentName: string): Error;

@@ -376,0 +372,0 @@

@@ -11,5 +11,5 @@ # Installation

Additional Details
* Last updated: Tue, 02 Aug 2016 15:43:00 GMT
* Last updated: Wed, 17 Aug 2016 20:29:40 GMT
* File structure: MultipleModules
* Library Dependencies: none
* Library Dependencies: react
* Module Dependencies: none

@@ -16,0 +16,0 @@ * Global values: ReactRouter

{
"authors": "Sergey Buturlakin <https://github.com/sergey-buturlakin>, Yuichi Murata <https://github.com/mrk21>, Václav Ostrožlík <https://github.com/vasek17>, Nathan Brown <https://github.com/ngbrown>",
"definitionFilename": "react-router.d.ts",
"libraryDependencies": [],
"libraryDependencies": [
"react"
],
"moduleDependencies": [],

@@ -55,3 +57,3 @@ "libraryMajorVersion": "2",

"hasPackageJson": false,
"contentHash": "9d26d697b672d2165574e63aede223b370ec82d47d342f1ae68445ab6352b7d5"
"contentHash": "0a8e220dc00808df85c66c9950293dfdfd40fe84f2483a862fd63d48eeeaf5aa"
}
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