@trezor/transport
Advanced tools
Comparing version 1.0.0 to 1.0.1-beta.1
@@ -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, |
{ | ||
"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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
80348
2043
2
3