@types/usb
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -65,3 +65,3 @@ // Type definitions for node-usb 1.1 | ||
export class Interface { | ||
interface: number; | ||
interfaceNumber: number; | ||
altSetting: number; | ||
@@ -68,0 +68,0 @@ descriptor: InterfaceDescriptor; |
{ | ||
"name": "@types/usb", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "TypeScript definitions for node-usb", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -29,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d069ab41ea1d783c0f0aba313ad4933ad4debca600f242fd9e2fe7ce308c218d", | ||
"typesPublisherContentHash": "dabf4ac574472b442f867bb016e6ee095cbf4f6ec09e46433aaf43009dbeb2bf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/usb | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/usb | ||
Additional Details | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Last updated: Fri, 29 Jun 2018 03:18:45 GMT | ||
* Dependencies: events, 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
10819