@types/web-bluetooth
Advanced tools
Comparing version 0.0.4 to 0.0.5
// Type definitions for Web Bluetooth | ||
// Project: https://webbluetoothcg.github.io/web-bluetooth/ | ||
// Definitions by: Uri Shaked <https://github.com/urish> | ||
// Xavier Lozinguez <http://github.com/xlozinguez> | ||
// Xavier Lozinguez <http://github.com/xlozinguez> | ||
// Rob Moran <https://github.com/thegecko> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -86,3 +87,3 @@ | ||
interface BluetoothRemoteGATTServer extends EventTarget { | ||
interface BluetoothRemoteGATTServer { | ||
readonly device: BluetoothDevice; | ||
@@ -97,2 +98,3 @@ readonly connected: boolean; | ||
interface BluetoothDeviceEventHandlers { | ||
onadvertisementreceived: (this: this, ev: Event) => any; | ||
ongattserverdisconnected: (this: this, ev: Event) => any; | ||
@@ -99,0 +101,0 @@ } |
{ | ||
"name": "@types/web-bluetooth", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript definitions for Web Bluetooth", | ||
@@ -15,13 +15,20 @@ "license": "MIT", | ||
"url": "http://github.com/xlozinguez" | ||
}, | ||
{ | ||
"name": "Rob Moran", | ||
"url": "https://github.com/thegecko", | ||
"githubUsername": "thegecko" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/web-bluetooth" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "116d1d839199e6a8f7617e7a980a50e113cc72bcdb5baf41081d83d87de66fab", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b5a6540173e128aa98bc795a8342291ebbf6450eca10e3cdb1dd4465115d7f71", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-bluetooth | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-bluetooth. | ||
Additional Details | ||
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT | ||
### Additional Details | ||
* Last updated: Fri, 03 Jan 2020 20:58:49 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Uri Shaked <https://github.com/urish>, Xavier Lozinguez <http://github.com/xlozinguez>. | ||
These definitions were written by Uri Shaked (https://github.com/urish), Xavier Lozinguez (http://github.com/xlozinguez), and Rob Moran (https://github.com/thegecko). |
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
8263
111