Socket
Socket
Sign inDemoInstall

@types/react-router-redux

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router-redux - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

1

react-router-redux v3/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-router-redux 3.x

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1

@@ -7,0 +8,0 @@ import * as Redux from "redux";

9

react-router-redux v3/package.json
{
"name": "@types/react-router-redux",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for react-router-redux",

@@ -14,7 +14,8 @@ "license": "MIT",

"dependencies": {
"@types/history": "*"
"redux": "^3.6.0",
"@types/history": "^2"
},
"peerDependencies": {},
"typesPublisherContentHash": "578ec67e49ec37284f42bf5c6f2dc5a1bfae268caba2cf0bf36ddb950ed22bb2",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f786148ca40f04fc1433a1aab89796794ed9e3fb4dbeb76d0ffb0c7245d7561c",
"typeScriptVersion": "2.1"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 10 Jan 2017 18:52:38 GMT
* Dependencies: redux, history
* Last updated: Tue, 24 Jan 2017 18:50:21 GMT
* Dependencies: history, redux
* Global values: none

@@ -15,0 +15,0 @@

@@ -8,8 +8,11 @@ {

"dependencies": {
"redux": "*",
"history": "*"
"history": 2,
"redux": "*"
},
"pathMappings": {
"history": 2
},
"libraryMajorVersion": 3,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"typeScriptVersion": "2.1",
"libraryName": "react-router-redux",

@@ -26,6 +29,6 @@ "typingsPackageName": "react-router-redux",

],
"hasPackageJson": false,
"contentHash": "578ec67e49ec37284f42bf5c6f2dc5a1bfae268caba2cf0bf36ddb950ed22bb2"
"hasPackageJson": true,
"contentHash": "f786148ca40f04fc1433a1aab89796794ed9e3fb4dbeb76d0ffb0c7245d7561c"
},
"isLatest": false
}
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