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

bitbox-api

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbox-api - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

bitbox_api_bg.js

@@ -787,3 +787,3 @@ import { getWebHIDDevice, getBridgeDevice, jsSleep } from './webhid';

export function __wbg_getWebHIDDevice_a75b097acf9aee18() { return handleError(function (arg0, arg1, arg2) {
export function __wbg_getWebHIDDevice_445393dd7a63b7dd() { return handleError(function (arg0, arg1, arg2) {
const ret = getWebHIDDevice(arg0, arg1, takeObject(arg2));

@@ -793,3 +793,3 @@ return addHeapObject(ret);

export function __wbg_getBridgeDevice_c308122b82dbbd1e() { return handleError(function (arg0) {
export function __wbg_getBridgeDevice_5cdc683ff25907ea() { return handleError(function (arg0) {
const ret = getBridgeDevice(takeObject(arg0));

@@ -799,3 +799,3 @@ return addHeapObject(ret);

export function __wbg_jsSleep_2d2f084622d43ee4(arg0) {
export function __wbg_jsSleep_3f4c17175f876f95(arg0) {
const ret = jsSleep(arg0);

@@ -802,0 +802,0 @@ return addHeapObject(ret);

@@ -7,3 +7,3 @@ {

"description": "A library to interact with the BitBox02 hardware wallet",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",

@@ -10,0 +10,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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