New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-transport-u2f

Package Overview
Dependencies
Maintainers
7
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-u2f - npm Package Compare versions

Comparing version 4.7.0 to 4.8.0-beta.37537633

11

flow-typed/npm/@ledgerhq/hw-transport_vx.x.x.js

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

// flow-typed signature: 21d5932aa83d2183faaa1a74456bfdff
// flow-typed version: <<STUB>>/@ledgerhq/hw-transport_v^4.6.0/flow_v0.68.0
// flow-typed signature: 75d330203ebfe98a2c99295790ffe07c
// flow-typed version: <<STUB>>/@ledgerhq/hw-transport_v^2.1.0/flow_v0.63.1

@@ -37,2 +37,6 @@ /**

declare module '@ledgerhq/hw-transport/flow-typed/npm/invariant_v2.x.x' {
declare module.exports: any;
}
declare module '@ledgerhq/hw-transport/src/Transport' {

@@ -52,4 +56,7 @@ declare module.exports: any;

}
declare module '@ledgerhq/hw-transport/flow-typed/npm/invariant_v2.x.x.js' {
declare module.exports: $Exports<'@ledgerhq/hw-transport/flow-typed/npm/invariant_v2.x.x'>;
}
declare module '@ledgerhq/hw-transport/src/Transport.js' {
declare module.exports: $Exports<'@ledgerhq/hw-transport/src/Transport'>;
}

2

lib/TransportU2F.js

@@ -144,3 +144,3 @@ "use strict";

_context.next = 3;
return attemptExchange(Buffer.alloc(0), openTimeout, false, Buffer.alloc(1));
return attemptExchange(Buffer.alloc(5), openTimeout, false, Buffer.alloc(1));

@@ -147,0 +147,0 @@ case 3:

{
"name": "@ledgerhq/hw-transport-u2f",
"version": "4.7.0",
"version": "4.8.0-beta.37537633",
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",

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

"dependencies": {
"@ledgerhq/hw-transport": "^4.7.0",
"@ledgerhq/hw-transport": "^4.8.0-beta.37537633",
"u2f-api": "0.2.7"

@@ -32,0 +32,0 @@ },

@@ -128,3 +128,3 @@ //@flow

await attemptExchange(
Buffer.alloc(0),
Buffer.alloc(5),
openTimeout,

@@ -131,0 +131,0 @@ false,

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