pusher-redux
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -51,3 +51,3 @@ 'use strict'; | ||
isConnected = true; | ||
config.store.dispatch(pusherAction({ actionType: CONNECTED, data })); | ||
config.store.dispatch(pusherAction({ actionType: CONNECTED, data: data })); | ||
runPending(); | ||
@@ -54,0 +54,0 @@ }; |
{ | ||
"name": "pusher-redux", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Integration of Pusher into Redux", | ||
@@ -5,0 +5,0 @@ "main": "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
18023