You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

hidapi

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hidapi - cargo Package Compare versions

Comparing version
1.2.2
to
1.2.3
+3
.vscode/settings.json
{
}
+1
-1

@@ -11,3 +11,3 @@ # This file is automatically @generated by Cargo.

name = "hidapi"
version = "1.2.2"
version = "1.2.3"
dependencies = [

@@ -14,0 +14,0 @@ "cc",

@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "hidapi"
version = "1.2.2"
version = "1.2.3"
authors = ["Roland Ruckerbauer <roland.rucky@gmail.com>", "Osspial <osspial@gmail.com>", "Artyom Pavlov <newpavlov@gmail.com>", "mberndt123", "niklasad1"]

@@ -18,0 +18,0 @@ build = "build.rs"

@@ -166,3 +166,3 @@ // **************************************************************************

/// first one found in the internal device list will be used. There are however
/// no grantees, which device this will be.
/// no guarantees, which device this will be.
pub fn open(&self, vid: u16, pid: u16) -> HidResult<HidDevice> {

@@ -169,0 +169,0 @@ let device = unsafe { ffi::hid_open(vid, pid, std::ptr::null()) };

{
"git": {
"sha1": "8b20f9806c9a8bd91c419f6245048dde4ab11c76"
}
}

Sorry, the diff of this file is not supported yet