New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trezor/transport

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/transport - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-beta.1

1

lib/bridge/v2.js

@@ -114,2 +114,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
console.log('call data', JSON.stringify(data, null, 2));
if (this._messages == null) {

@@ -116,0 +117,0 @@ throw new Error(`Transport not configured.`);

@@ -7,2 +7,6 @@ "use strict";

const webusb_1 = require("./lowlevel/webusb");
const protobuf = require("protobufjs/light");
const Long = require("long");
protobuf.util.Long = Long;
protobuf.configure();
exports.default = {

@@ -9,0 +13,0 @@ BridgeV2: v2_1.default,

2

package.json
{
"name": "@trezor/transport",
"version": "1.0.0",
"version": "1.0.1-beta.1",
"description": "Low level library facilitating protocol buffers based communication with Trezor devices",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

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