trezor-link
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -137,4 +137,4 @@ "use strict"; | ||
return { | ||
promise: promise, | ||
rejectingPromise: rejectingPromise, | ||
promise, | ||
rejectingPromise, | ||
resolve: _resolve, | ||
@@ -141,0 +141,0 @@ reject: _reject |
@@ -148,3 +148,3 @@ "use strict"; | ||
const session = device.session == null ? null : device.session; | ||
return { path: path, session: session }; | ||
return { path, session }; | ||
}); | ||
@@ -151,0 +151,0 @@ return stringify(pureDevices); |
@@ -213,5 +213,5 @@ 'use strict'; | ||
return { | ||
transport: transport, | ||
name: name, | ||
rest: rest | ||
transport, | ||
name, | ||
rest | ||
}; | ||
@@ -218,0 +218,0 @@ } |
{ | ||
"name": "trezor-link", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "Trezor Link", | ||
@@ -17,3 +17,2 @@ "main": "lib/index.js", | ||
"presets": [ | ||
"es2015-node5", | ||
"chrome-49" | ||
@@ -20,0 +19,0 @@ ], |
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
282851