@ledgerhq/hw-transport-u2f
Advanced tools
Comparing version 4.7.0 to 4.8.0-beta.37537633
@@ -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'>; | ||
} |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
42160
701
0
1