Socket
Socket
Sign inDemoInstall

@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.5.3 to 1.5.4

6

usb/index.d.ts

@@ -552,2 +552,8 @@ // Type definitions for node-usb 1.5

/**
* Removes a callback from all event handlers or those specified by the event param
* @param event The event to remove from
*/
export function removeAllListeners(event?: string): void;
/**
* Return a list of `Device` objects for the USB devices attached to the system.

@@ -554,0 +560,0 @@ */

6

usb/package.json
{
"name": "@types/usb",
"version": "1.5.3",
"version": "1.5.4",
"description": "TypeScript definitions for node-usb",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/usb",

},
"typesPublisherContentHash": "76123fcb1d6bb0f04340cabf35ff872626166c5b96c0cd2c8cd8e14158485cdc",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "831c627fda237a4af034e5de4e9be1b5cfb8e67660409e57dc9ac14b87eb1198",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 09 Jul 2021 02:32:44 GMT
* Last updated: Sun, 05 Dec 2021 16:01:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@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