@types/cometd
Advanced tools
Comparing version 2.5.29 to 2.5.30
@@ -24,2 +24,4 @@ // Type definitions for CometD 2.5.1 | ||
interface CometD { | ||
websocketEnabled?: boolean; | ||
@@ -31,2 +33,4 @@ onListenerException: (exception: any, subscriptionHandle: any, isListener: boolean, message: string) => void; | ||
configure(config: CometD.ConfigurationOptions): void; | ||
subscribe(channel: string, listener: (message: any) => void): void; | ||
@@ -33,0 +37,0 @@ addListener(channel: string, listener: (message: any) => void): void; |
{ | ||
"name": "@types/cometd", | ||
"version": "2.5.29", | ||
"description": "TypeScript definitions for CometD 2.5.1", | ||
"version": "2.5.30", | ||
"description": "TypeScript definitions for CometD", | ||
"license": "MIT", | ||
"author": "Derek Cicerone <https://github.com/derekcicerone>", | ||
"contributors": [ | ||
{ | ||
"name": "Derek Cicerone", | ||
"url": "https://github.com/derekcicerone", | ||
"githubUsername": "derekcicerone" | ||
} | ||
], | ||
"main": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "0a52a5c4eb58a271111be188469da4c6d482a72152b2651688663f183750e507" | ||
"typesPublisherContentHash": "4aa0b260253c839575cc00f64a766643d722f632aa26ca5dc51e2c4fe731d21a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for CometD 2.5.1 (http://cometd.org). | ||
This package contains type definitions for CometD (http://cometd.org). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/cometd | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cometd | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT | ||
* File structure: Global | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Wed, 29 Aug 2018 22:43:54 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
3682
35
17