Socket
Socket
Sign inDemoInstall

@xpla/ledger-xpla-js

Package Overview
Dependencies
151
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1-beta.1 to 1.0.1-beta.2

5

dist/key.js

@@ -92,5 +92,8 @@ "use strict";

}
console.log('sign(Buffer)', message.toString());
const res = yield this.app.sign(this.path, message);
checkLedgerErrors(res);
return Buffer.from((0, secp256k1_1.signatureImport)(Buffer.from(res.signature).slice(0, 71)));
console.debug('ledger sig:', res.signature);
console.debug('sig buff:', new Uint8Array(Buffer.from(res.signature).subarray(0, 71)));
return Buffer.from((0, secp256k1_1.signatureImport)(Buffer.from(res.signature).subarray(0, 71)));
});

@@ -97,0 +100,0 @@ }

2

package.json
{
"name": "@xpla/ledger-xpla-js",
"version": "1.0.1-beta.1",
"version": "1.0.1-beta.2",
"description": "API for XPLA App (Ledger Nano S/X)",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc