trezor-link
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -29,3 +29,3 @@ "use strict"; | ||
enumerate() { | ||
const enumerations = this._shorts.map(short => { | ||
const enumerations = this._shorts().map(short => { | ||
const transport = this.transports[short]; | ||
@@ -32,0 +32,0 @@ return transport.enumerate().then(devices => { |
{ | ||
"name": "trezor-link", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Trezor Link", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,3 +28,3 @@ /* @flow */ | ||
enumerate(): Promise<Array<TrezorDeviceInfo>> { | ||
const enumerations = this._shorts.map(short => { | ||
const enumerations = this._shorts().map(short => { | ||
const transport = this.transports[short]; | ||
@@ -31,0 +31,0 @@ return transport.enumerate().then(devices => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228529