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.4.3 to 1.4.4

8

phoenix/index.d.ts

@@ -74,6 +74,6 @@ // Type definitions for phoenix 1.4

onOpen(callback: () => void): void;
onClose(callback: () => void): void;
onError(callback: () => void): void;
onMessage(callback: () => void): void;
onOpen(callback: (cb: any) => void): void;
onClose(callback: (cb: any) => void): void;
onError(callback: (cb: any) => void): void;
onMessage(callback: (cb: any) => void): void;

@@ -80,0 +80,0 @@ makeRef(): string;

{
"name": "@types/phoenix",
"version": "1.4.3",
"version": "1.4.4",
"description": "TypeScript definitions for phoenix",

@@ -24,3 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -33,4 +33,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "0781dd190ae687a0a085415974067c2beccf1711e155f1cd781bd86baa3c0310",
"typeScriptVersion": "2.4"
"typesPublisherContentHash": "7603eeef4b0893c6a18a4bbdee8e045bf1f26a5f39520f5707031fc19c8f5c2c",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/phoenix
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/phoenix.
Additional Details
* Last updated: Thu, 29 Aug 2019 01:00:58 GMT
### Additional Details
* Last updated: Wed, 08 Apr 2020 23:42:12 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Mirosław Ciastek <https://github.com/mciastek>, John Goff <https://github.com/John-Goff>, and Po Chen <https://github.com/princemaple>.
These definitions were written by [Mirosław Ciastek](https://github.com/mciastek), [John Goff](https://github.com/John-Goff), and [Po Chen](https://github.com/princemaple).
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