Socket
Socket
Sign inDemoInstall

webbluetooth

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webbluetooth - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-next.b7e21f7.0

2

package.json
{
"name": "webbluetooth",
"version": "1.2.0",
"version": "1.2.1-next.b7e21f7.0",
"description": "Node.js implementation of the Web Bluetooth Specification",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/thegecko/webbluetooth",

@@ -42,3 +42,3 @@ /// <reference types="node" />

constructor();
private readonly state;
private get state();
private init;

@@ -45,0 +45,0 @@ private checkForError;

@@ -70,3 +70,3 @@ import { EventDispatcher } from "./dispatcher";

*/
readonly value: DataView;
get value(): DataView;
private handle;

@@ -73,0 +73,0 @@ private descriptors;

@@ -18,3 +18,3 @@ import { BluetoothRemoteGATTCharacteristic } from "./characteristic";

*/
readonly value: DataView;
get value(): DataView;
private handle;

@@ -21,0 +21,0 @@ /**

@@ -67,3 +67,3 @@ import { EventDispatcher } from "./dispatcher";

*/
unwatchAdvertisements(): Promise<{}>;
unwatchAdvertisements(): Promise<unknown>;
}

@@ -15,3 +15,3 @@ import { BluetoothDevice } from "./device";

*/
readonly connected: boolean;
get connected(): boolean;
private handle;

@@ -18,0 +18,0 @@ private services;

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