Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport

Package Overview
Dependencies
Maintainers
7
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 4.3.0 to 4.6.0-beta.4dd99136

2

package.json
{
"name": "@ledgerhq/hw-transport",
"version": "4.3.0",
"version": "4.6.0-beta.4dd99136",
"description": "Ledger Hardware Wallet common interface of the communication layer",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,7 +22,7 @@ //@flow

*/
export type Observer<Ev> = {
next: (event: Ev) => void,
error: (e: ?Error) => void,
complete: () => void
};
export type Observer<Ev> = $ReadOnly<{
next: (event: Ev) => mixed,
error: (e: any) => mixed,
complete: () => mixed
}>;

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