@types/react-router-redux
Advanced tools
Comparing version 4.0.20-alpha to 4.0.21-alpha
@@ -10,2 +10,4 @@ // Type definitions for react-router-redux v4.0.0 | ||
export = ReactRouterRedux; | ||
declare namespace ReactRouterRedux { | ||
@@ -60,5 +62,1 @@ import R = Redux; | ||
} | ||
declare module "react-router-redux" { | ||
export = ReactRouterRedux; | ||
} |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "4.0.20-alpha", | ||
"version": "4.0.21-alpha", | ||
"description": "TypeScript definitions for react-router-redux v4.0.0", | ||
@@ -8,9 +8,13 @@ "main": "", | ||
"author": "Isman Usoh <http://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, Dimitri Rosenberg <https://github.com/rosendi>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/redux": "*", | ||
"@types/react-router": "*", | ||
"@types/history": "*" | ||
"@types/redux": "3.3.*", | ||
"@types/react-router": "2.0.*", | ||
"@types/history": "2.0.*" | ||
} | ||
} |
@@ -0,0 +0,0 @@ // Type definitions for react-router-redux v2.x - v3.x |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:33 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:32 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: redux, react-router, history | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -17,3 +17,3 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
@@ -29,3 +29,3 @@ "ReactRouterRedux" | ||
], | ||
"contentHash": "0241bc5b31bca466cc7c0749e816f2f2819a9c5576d4469689eeb41cdc4a8f7d" | ||
"contentHash": "e656907dd4fedc01529e511a3d37f2294a1b8b528988eb58e2f83a89e1d496a5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
5980
117
+ Added@types/history@2.0.51(transitive)
+ Added@types/react-router@2.0.61(transitive)
+ Added@types/redux@3.3.26(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@types/history@4.7.115.0.0(transitive)
- Removed@types/react-router@5.1.20(transitive)
- Removed@types/redux@3.6.31(transitive)
- Removedhistory@5.3.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@types/history@2.0.*
Updated@types/react-router@2.0.*
Updated@types/redux@3.3.*