@keiser/echip-webusb
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -23,3 +23,3 @@ export class ChipReaderWatcher extends USBDevice { | ||
constructor(usbDevice: WebUSBDevice, onDisconnect: (listener: Listener<WebUSBDevice>) => Disposable); | ||
get diposed(): boolean; | ||
readonly diposed: boolean; | ||
onDisconnect(listener: Listener<null>): Disposable; | ||
@@ -203,3 +203,3 @@ onChipDetect(listener: Listener<Chip>): Disposable; | ||
constructor(chipId: Uint8Array, owDevice: OWDevice, onDisconnect: (listener: Listener<null>) => Disposable); | ||
get data(): DataChipObject; | ||
readonly data: DataChipObject; | ||
onData(listener: Listener<DataChipObject>): Disposable; | ||
@@ -229,4 +229,4 @@ protected setChipData(data: DataChipObject): void; | ||
constructor(chipId: Uint8Array, owDevice: OWDevice, onDisconnect: (listener: Listener<null>) => Disposable); | ||
get data(): ChipObject; | ||
get diposed(): boolean; | ||
readonly data: ChipObject; | ||
readonly diposed: boolean; | ||
onData(listener: Listener<ChipObject>): Disposable; | ||
@@ -237,4 +237,4 @@ protected setChipData(data: ChipObject): void; | ||
protected dispose(): void; | ||
get id(): string; | ||
get type(): ChipType; | ||
readonly id: string; | ||
readonly type: ChipType; | ||
destroy(): void; | ||
@@ -258,3 +258,3 @@ } | ||
constructor(chipType: ChipType); | ||
get type(): ChipType; | ||
readonly type: ChipType; | ||
} | ||
@@ -264,7 +264,7 @@ | ||
constructor(data?: Uint8Array[]); | ||
get machineData(): { | ||
readonly machineData: { | ||
[index: string]: MachineObject; | ||
}; | ||
get rawData(): Uint8Array[]; | ||
get validStructure(): boolean; | ||
readonly rawData: Uint8Array[]; | ||
readonly validStructure: boolean; | ||
} | ||
@@ -271,0 +271,0 @@ |
{ | ||
"name": "@keiser/echip-webusb", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Keiser Air eChip WebUSB Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
88968