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
4
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.1.25 to 1.1.26

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.1.26
- chore(transport, trezor-user-env-link): remove cross-fetch (e489dce33)
# 1.1.25

@@ -2,0 +6,0 @@

4

lib/transports/abstractApi.d.ts

@@ -101,3 +101,3 @@ import { Deferred } from '@trezor/utils';

};
type: keyof import("@trezor/protobuf/src/messages").MessageType;
type: keyof import("@trezor/protobuf/lib/messages").MessageType;
}> | {

@@ -163,3 +163,3 @@ success: false;

};
type: keyof import("@trezor/protobuf/src/messages").MessageType;
type: keyof import("@trezor/protobuf/lib/messages").MessageType;
}>>;

@@ -166,0 +166,0 @@ abort: () => void;

@@ -136,3 +136,3 @@ import { Deferred } from '@trezor/utils';

};
type: keyof import("@trezor/protobuf/src/messages").MessageType;
type: keyof import("@trezor/protobuf/lib/messages").MessageType;
}>>;

@@ -202,3 +202,3 @@ abort: () => void;

};
type: keyof import("@trezor/protobuf/src/messages").MessageType;
type: keyof import("@trezor/protobuf/lib/messages").MessageType;
}>>;

@@ -205,0 +205,0 @@ abort: () => void;

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

const tslib_1 = require("tslib");
const cross_fetch_1 = tslib_1.__importDefault(require("cross-fetch"));
const result_1 = require("./result");

@@ -55,3 +54,3 @@ const ERRORS = tslib_1.__importStar(require("../errors"));

try {
res = yield (0, cross_fetch_1.default)(options.url, fetchOptions);
res = yield fetch(options.url, fetchOptions);
}

@@ -58,0 +57,0 @@ catch (err) {

@@ -12,4 +12,4 @@ /// <reference types="node" />

};
type: keyof import("@trezor/protobuf/src/messages").MessageType;
type: keyof import("@trezor/protobuf/lib/messages").MessageType;
}>;
//# sourceMappingURL=receive.d.ts.map
{
"name": "@trezor/transport",
"version": "1.1.25",
"version": "1.1.26",
"description": "Low level library facilitating protocol buffers based communication with Trezor devices",

@@ -55,6 +55,5 @@ "npmPublishAccess": "public",

"dependencies": {
"@trezor/protobuf": "1.0.9",
"@trezor/protobuf": "1.0.10",
"@trezor/protocol": "1.0.6",
"@trezor/utils": "9.0.22",
"cross-fetch": "^4.0.0",
"json-stable-stringify": "^1.1.1",

@@ -61,0 +60,0 @@ "long": "^4.0.0",

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