connected-react-router
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -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", |
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
611908