Socket
Socket
Sign inDemoInstall

connected-react-router

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connected-react-router - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

6

index.d.ts

@@ -10,3 +10,3 @@ declare module 'connected-react-router' {

export enum RouterAction {
export enum RouterActionType {
POP = 'POP',

@@ -18,6 +18,6 @@ PUSH = 'PUSH'

location: Location
action: RouterAction.POP | RouterAction.PUSH
action: RouterActionType.POP | RouterActionType.PUSH
}
export const LOCATION_CHANGE: string
export const LOCATION_CHANGE: '@@router/LOCATION_CHANGE'
export const CALL_HISTORY_METHOD: string

@@ -24,0 +24,0 @@

{
"name": "connected-react-router",
"version": "4.4.0",
"version": "4.4.1",
"description": "A Redux binding for React Router v4",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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