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

@multiversx/sdk-wallet

Package Overview
Dependencies
Maintainers
10
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiversx/sdk-wallet - npm Package Compare versions

Comparing version 4.2.0-alpha.1 to 4.2.0-alpha.2

6

out/userKeys.js

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

assertions_1.guardLength(buffer, exports.USER_SEED_LENGTH);
this.buffer = buffer;
this.buffer = Buffer.from(buffer);
}

@@ -56,6 +56,6 @@ static fromString(value) {

hex() {
return Buffer.from(this.buffer).toString("hex");
return this.buffer.toString("hex");
}
valueOf() {
return Buffer.from(this.buffer);
return this.buffer;
}

@@ -62,0 +62,0 @@ }

{
"name": "@multiversx/sdk-wallet",
"version": "4.2.0-alpha.1",
"version": "4.2.0-alpha.2",
"description": "Wallet components for MultiversX",

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

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