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

@types/usb

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/usb - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

1

usb/index.d.ts

@@ -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;

4

usb/package.json
{
"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

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