trezor-link
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -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
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
275649
3846