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

trezor-link

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trezor-link - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

lib/highlevel-checks.js

@@ -52,3 +52,5 @@ 'use strict';

path: pathS,
session: null
session: null,
product: o.product,
vendor: o.vendor
};

@@ -61,3 +63,5 @@ } else {

path: pathS,
session: session.toString()
session: session.toString(),
product: o.product,
vendor: o.vendor
};

@@ -64,0 +68,0 @@ }

@@ -56,3 +56,3 @@ 'use strict';

this.name = 'WebUsbPlugin';
this.version = "1.0.4";
this.version = "1.0.5";
this.debug = false;

@@ -59,0 +59,0 @@ this.allowsWriteAndEnumerate = true;

{
"name": "trezor-link",
"version": "1.0.5",
"version": "1.0.6",
"description": "Trezor Link for browser",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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