Socket
Socket
Sign inDemoInstall

@types/web-bluetooth

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/web-bluetooth - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

web-bluetooth/index.d.ts
// 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).
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