Socket
Socket
Sign inDemoInstall

@exodus/airgap-beacon-core

Package Overview
Dependencies
21
Maintainers
86
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-exodus.2 to 4.0.0-exodus.3

2

dist/cjs/utils/get-sender-id.js

@@ -14,5 +14,5 @@ "use strict";

const getSenderId = async (publicKey) => {
const buffer = Buffer.from((0, blakejs_1.blake2b)(Buffer.from(publicKey, 'hex'), undefined, 5));
const buffer = Buffer.from((0, blakejs_1.blake2b)(Buffer.from(publicKey, 'hex'), undefined, 16));
return bs58check.encode(buffer);
};
exports.getSenderId = getSenderId;
{
"name": "@exodus/airgap-beacon-core",
"version": "4.0.0-exodus.2",
"version": "4.0.0-exodus.3",
"description": "> TODO: description",

@@ -33,4 +33,4 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>",

"dependencies": {
"@exodus/airgap-beacon-types": "4.0.0-exodus.2",
"@exodus/airgap-beacon-utils": "4.0.0-exodus.2",
"@exodus/airgap-beacon-types": "4.0.0-exodus.3",
"@exodus/airgap-beacon-utils": "4.0.0-exodus.3",
"@exodus/sodium-crypto": "^3.3.0",

@@ -37,0 +37,0 @@ "@stablelib/utf8": "^1.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc