@types/usb
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -140,2 +140,3 @@ // Type definitions for node-usb 1.1 | ||
export function on(event: string, callback: (device: Device) => void): void; | ||
export function removeListener(event: string, callback: (device: Device) => void): void; | ||
export function getDeviceList(): Device[]; | ||
@@ -142,0 +143,0 @@ export function setDebugLevel(level: number): void; |
{ | ||
"name": "@types/usb", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "TypeScript definitions for node-usb", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "842ab08d6a2fc28d9263e558b98edb43a674d30bd086cb9672f8d791dc0b023a", | ||
"typesPublisherContentHash": "c2baca90371533df228010dcec6a412e381c06b9031d5cceea89abf0ba19fb4e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 23:36:05 GMT | ||
* Last updated: Tue, 15 Jan 2019 23:53:03 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11021
228