@trezor/blockchain-link
Advanced tools
Comparing version 2.1.3-beta.1 to 2.1.3-beta.2
@@ -25,2 +25,5 @@ "use strict"; | ||
}, settings.timeout || 30000); | ||
if (typeof window === 'undefined') { | ||
timeout.unref(); | ||
} | ||
worker.onmessage = (message) => { | ||
@@ -93,2 +96,5 @@ if (message.data.type !== constants_1.MESSAGES.HANDSHAKE) | ||
}, this.throttleBlockEventTimeout); | ||
if (typeof window === 'undefined') { | ||
this.throttleBlockEvent.unref(); | ||
} | ||
} | ||
@@ -95,0 +101,0 @@ else { |
{ | ||
"name": "@trezor/blockchain-link", | ||
"version": "2.1.3-beta.1", | ||
"version": "2.1.3-beta.2", | ||
"author": "Trezor <info@trezor.io>", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/trezor/trezor-suite/packages/blockchain-link", |
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
229361
5883