webbluetooth
Advanced tools
Comparing version 1.3.0 to 1.3.1-next.b464a24.0
{ | ||
"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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1361100
5037
3