Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/phoenix

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/phoenix - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

4

phoenix/index.d.ts

@@ -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;

6

phoenix/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc