centrifuge
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -0,1 +1,6 @@ | ||
2.8.2 | ||
===== | ||
* Fix TypeScript definitions for subscribe (`A rest parameter must be last in a parameter list.`). | ||
2.8.1 | ||
@@ -2,0 +7,0 @@ ===== |
@@ -53,3 +53,3 @@ // Type definitions for centrifuge 2.*.* | ||
stopSubscribeBatching(): void; | ||
subscribe(channel: string, events?: (...args: any[], opts?: Centrifuge.SubscribeOptions) => void): Centrifuge.Subscription; | ||
subscribe(channel: string, events?: (...args: any[]) => void, opts?: Centrifuge.SubscribeOptions): Centrifuge.Subscription; | ||
subscribe(channel: string, events?: Centrifuge.SubscriptionEvents, opts?: Centrifuge.SubscribeOptions): Centrifuge.Subscription; | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "centrifuge", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "Centrifuge and Centrifugo client for NodeJS and browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/centrifuge.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
1948453