Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport

Package Overview
Dependencies
Maintainers
6
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

flow-typed/npm/events_vx.x.x.js

@@ -1,3 +0,3 @@

// flow-typed signature: 1cc0ff07ff7709fc003b856e0278b31d
// flow-typed version: <<STUB>>/events_v^1.1.1/flow_v0.63.1
// flow-typed signature: da1fe4c2a30f9925c7c58b29767b9970
// flow-typed version: <<STUB>>/events_v^1.1.1/flow_v0.64.0

@@ -4,0 +4,0 @@ /**

@@ -1,3 +0,3 @@

// flow-typed signature: 18900275c28a96722c5b911866345ad4
// flow-typed version: <<STUB>>/flow-typed_v^2.2.3/flow_v0.63.1
// flow-typed signature: 5e8060714f8b4bce04d53073b5938580
// flow-typed version: <<STUB>>/flow-typed_v^2.3.0/flow_v0.64.0

@@ -4,0 +4,0 @@ /**

{
"name": "@ledgerhq/hw-transport",
"version": "2.1.2",
"version": "2.1.3",
"description": "Ledger Hardware Wallet common interface of the communication layer",

@@ -29,4 +29,4 @@ "keywords": [

"devDependencies": {
"flow-bin": "^0.63.1",
"flow-typed": "^2.2.3"
"flow-bin": "^0.64.0",
"flow-typed": "^2.3.0"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -18,3 +18,3 @@ //@flow

descriptor: Descriptor,
device: Device
device?: Device
};

@@ -25,4 +25,4 @@ /**

next: (event: Ev) => void,
error?: (e: ?Error) => void,
complete?: () => void
error: (e: ?Error) => void,
complete: () => void
};

@@ -29,0 +29,0 @@

Sorry, the diff of this file is not supported yet

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