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 0.1.12 to 0.1.13

2

lib/combined-transport.js

@@ -29,3 +29,3 @@ "use strict";

enumerate() {
const enumerations = this._shorts.map(short => {
const enumerations = this._shorts().map(short => {
const transport = this.transports[short];

@@ -32,0 +32,0 @@ return transport.enumerate().then(devices => {

{
"name": "trezor-link",
"version": "0.1.12",
"version": "0.1.13",
"description": "Trezor Link",

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

@@ -28,3 +28,3 @@ /* @flow */

enumerate(): Promise<Array<TrezorDeviceInfo>> {
const enumerations = this._shorts.map(short => {
const enumerations = this._shorts().map(short => {
const transport = this.transports[short];

@@ -31,0 +31,0 @@ return transport.enumerate().then(devices => {

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