Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dfns/blockchain-integration

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/blockchain-integration - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

3

lib/lambda-handler/lambda-handler.js

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

groupId: event.pathParameters.groupId,
walletId: event.pathParameters.walletId,
address: await wallet.getAddress(),

@@ -33,2 +34,3 @@ };

groupId: event.pathParameters.groupId,
walletId: event.pathParameters.walletId,
balance: await wallet.getBalance(),

@@ -42,2 +44,3 @@ };

groupId: event.pathParameters.groupId,
walletId: event.pathParameters.walletId,
transactions: await wallet.getTransactions(),

@@ -44,0 +47,0 @@ };

2

lib/signing-group/SigningGroup.js

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

const message = hash.toString("hex");
const { data } = await __classPrivateFieldGet(this, _SigningGroup_api, "f").post(`/groups/${__classPrivateFieldGet(this, _SigningGroup_groupId, "f")}/sign/${__classPrivateFieldGet(this, _SigningGroup_walletId, "f")}`, {
const { data } = await __classPrivateFieldGet(this, _SigningGroup_api, "f").post(`groups/${__classPrivateFieldGet(this, _SigningGroup_groupId, "f")}/sign/${__classPrivateFieldGet(this, _SigningGroup_walletId, "f")}`, {
body: { message },

@@ -66,0 +66,0 @@ });

{
"name": "@dfns/blockchain-integration",
"version": "2.4.1",
"version": "2.4.2",
"description": "Blockchain integration Kit for DFNS",

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

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