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

@bosonprotocol/eth-connect-sdk

Package Overview
Dependencies
Maintainers
3
Versions
558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bosonprotocol/eth-connect-sdk - npm Package Compare versions

Comparing version 1.7.1-alpha.9 to 1.7.1-alpha.10

./dist/cjs/index.js

4

dist/cjs/eth-connect-adapter.js

@@ -26,4 +26,4 @@ "use strict";

getSignerAddress() {
var _a, _b;
return __awaiter(this, void 0, void 0, function* () {
var _a, _b;
if ((_a = this._externalFeatures) === null || _a === void 0 ? void 0 : _a.getSignerAddress) {

@@ -60,4 +60,4 @@ const address = yield ((_b = this._externalFeatures) === null || _b === void 0 ? void 0 : _b.getSignerAddress());

sendTransaction(transactionRequest) {
var _a, _b, _c, _d;
return __awaiter(this, void 0, void 0, function* () {
var _a, _b, _c, _d;
const from = transactionRequest.from || (yield this.getSignerAddress());

@@ -64,0 +64,0 @@ const to = transactionRequest.to || "0x";

{
"name": "@bosonprotocol/eth-connect-sdk",
"version": "1.7.1-alpha.9",
"version": "1.7.1-alpha.10",
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting eth-connect for the Boson Protocol.",

@@ -34,3 +34,3 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@bosonprotocol/common": "^1.30.0-alpha.9"
"@bosonprotocol/common": "^1.30.0-alpha.10"
},

@@ -51,3 +51,3 @@ "devDependencies": {

},
"gitHead": "417843a7efc2d36762ff942f10217c0224be6884"
"gitHead": "25e570435b167078a6d575bc84081e34c74232e4"
}

Sorry, the diff of this file is not supported yet

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