Socket
Socket
Sign inDemoInstall

@types/web-bluetooth

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.16 to 0.0.17

7

web-bluetooth/index.d.ts

@@ -172,4 +172,11 @@ // Type definitions for Web Bluetooth

declare namespace BluetoothUUID {
function getService(name: string | number): string;
function getCharacteristic(name: string | number): string;
function getDescriptor(name: string | number): string;
function canonicalUUID(alias: string | number): string;
}
interface Navigator {
bluetooth: Bluetooth;
}

6

web-bluetooth/package.json
{
"name": "@types/web-bluetooth",
"version": "0.0.16",
"version": "0.0.17",
"description": "TypeScript definitions for Web Bluetooth",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-bluetooth",

"dependencies": {},
"typesPublisherContentHash": "3b2f0055737003b25e0367d4a0418369d6f71f3d68510d72ab983fdf9aaab2a7",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "50ded6ad9a4a36988815fd095d86e3929f9a2a219383733d597aefb8a9d67558",
"typeScriptVersion": "4.3"
}

@@ -11,7 +11,7 @@ # Installation

### Additional Details
* Last updated: Sat, 15 Oct 2022 06:33:03 GMT
* Last updated: Fri, 21 Apr 2023 17:02:43 GMT
* Dependencies: none
* Global values: none
* Global values: `BluetoothUUID`
# Credits
These definitions were written by [Uri Shaked](https://github.com/urish), [Xavier Lozinguez](https://github.com/xlozinguez), [Rob Moran](https://github.com/thegecko), and [David Bjerremose](https://github.com/DaBs).
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc