Socket
Socket
Sign inDemoInstall

@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.0 to 1.5.1

4

phoenix/index.d.ts

@@ -9,2 +9,4 @@ // Type definitions for phoenix 1.5

export type PushStatus = 'ok' | 'error' | 'timeout';
export class Push {

@@ -16,3 +18,3 @@ constructor(channel: Channel, event: string, payload: object, timeout: number);

receive(status: string, callback: (response?: any) => any): this;
receive(status: PushStatus, callback: (response?: any) => any): this;
}

@@ -19,0 +21,0 @@

{
"name": "@types/phoenix",
"version": "1.5.0",
"version": "1.5.1",
"description": "TypeScript definitions for phoenix",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "98d87cec8b7be59a9d2bf26b4fc4ad673d7c84022b61ba068b5996a78f05fbbd",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "ca365434933735e7aca42421bb3580d4042cf133c82cde4970792f9ed27758a8",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 27 Jul 2020 01:16:34 GMT
* Last updated: Tue, 08 Dec 2020 22:56:55 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