Socket
Socket
Sign inDemoInstall

@types/phoenix

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

phoenix/LICENSE

12

phoenix/index.d.ts
// Type definitions for phoenix
// Project: https://github.com/phoenixframework/phoenix
// Definitions by: Mirosław Ciastek <https://github.com/mciastek>
// Definitions by: Mirosław Ciastek <https://github.com/mciastek>, John Goff <https://github.com/John-Goff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -126,4 +126,6 @@

export var Presence: {
syncState(
export class Presence {
constructor(channel: Channel, opts?: Object);
static syncState(
currentState: any,

@@ -135,3 +137,3 @@ newState: any,

syncDiff(
static syncDiff(
currentState: any,

@@ -143,4 +145,4 @@ newState: any,

list(presences: any, chooser?: Function): any;
static list(presences: Object, chooser?: Function): any;
}
}
{
"name": "@types/phoenix",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript definitions for phoenix",
"license": "MIT",
"author": "Mirosław Ciastek <https://github.com/mciastek>",
"contributors": [
{
"name": "Mirosław Ciastek",
"url": "https://github.com/mciastek",
"githubUsername": "mciastek"
},
{
"name": "John Goff",
"url": "https://github.com/John-Goff",
"githubUsername": "John-Goff"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "39f96e3bbca12724a6301d6a5e6924e0f0df8fcd4dd7b99c949d57c8666ff2bd"
"typesPublisherContentHash": "1d6d9f0521a3b5af866aa471a7b253573a895a352b326ce3e8bb50bb7d3cb509",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for phoenix (https://github.com/phoenixframework/phoenix).
This package contains type definitions for phoenix ( https://github.com/phoenixframework/phoenix ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/phoenix
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/phoenix
Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:36 GMT
* File structure: DeclareModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Thu, 14 Feb 2019 16:52:11 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Mirosław Ciastek <https://github.com/mciastek>.
These definitions were written by Mirosław Ciastek <https://github.com/mciastek>, John Goff <https://github.com/John-Goff>.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc