Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trezor/blockchain-link

Package Overview
Dependencies
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/blockchain-link - npm Package Compare versions

Comparing version 2.1.3-beta.1 to 2.1.3-beta.2

6

lib/index.js

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

2

package.json
{
"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",

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