@types/phoenix
Advanced tools
Comparing version 0.0.4 to 0.0.5
// 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>. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6167
0
109
17