Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3.0 to 1.3.1-next.b464a24.0

2

package.json
{
"name": "webbluetooth",
"version": "1.3.0",
"version": "1.3.1-next.b464a24.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;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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