laravel-echo
Advanced tools
Comparing version 1.11.2 to 1.11.3
# Release Notes | ||
## [Unreleased](https://github.com/laravel/echo/compare/v1.11.1...master) | ||
## [Unreleased](https://github.com/laravel/echo/compare/v1.11.3...master) | ||
## [v1.11.3 (2021-10-26)](https://github.com/laravel/echo/compare/v1.11.2...v1.11.3) | ||
### Fixed | ||
- Fix types in connector.ts ([#327](https://github.com/laravel/echo/pull/327)) | ||
## [v1.11.2 (2021-08-31)](https://github.com/laravel/echo/compare/v1.11.1...v1.11.2) | ||
### Changed | ||
- Package build | ||
## [v1.11.1 (2021-08-03)](https://github.com/laravel/echo/compare/v1.11.0...v1.11.1) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "laravel-echo", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "Laravel Echo library for beautiful Pusher and Socket.IO integration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -48,3 +48,3 @@ import { Channel, PresenceChannel } from './../channel'; | ||
*/ | ||
protected csrfToken(): string { | ||
protected csrfToken(): null | string { | ||
let selector; | ||
@@ -51,0 +51,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
190185
71