@types/phoenix
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -20,5 +20,9 @@ // Type definitions for phoenix 1.5 | ||
export type ChannelState = 'closed' | 'errored' | 'joined' | 'joining' | 'leaving'; | ||
export class Channel { | ||
constructor(topic: string, params?: object | (() => object), socket?: Socket); | ||
state: ChannelState; | ||
join(timeout?: number): Push; | ||
@@ -25,0 +29,0 @@ leave(timeout?: number): Push; |
{ | ||
"name": "@types/phoenix", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "TypeScript definitions for phoenix", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/phoenix", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9861c22b5723c8eaedb42740a46600f2a1cdb18a76be99b9c15734757ec65b27", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "fcbca14745bb73887885d5ec9bdb231453394e1ada816b1dc21868e76b3907ba", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 Oct 2021 23:01:22 GMT | ||
* Last updated: Wed, 15 Dec 2021 21:31:08 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7906
140