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

@cardano-foundation/ledgerjs-hw-app-cardano

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-foundation/ledgerjs-hw-app-cardano - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

lib/Ada.js

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

* (c) 2016-2017 Ledger
* (c) 2019 VacuumLabs
*

@@ -51,4 +52,2 @@ * Licensed under the Apache License, Version 2.0 (the "License");

var _hwTransport = require("@ledgerhq/hw-transport");
var _utils = require("./utils");

@@ -198,2 +197,4 @@

//
var Ada = function () {

@@ -308,3 +309,3 @@ function Ada(transport) {

var _send, P1_INIT, P1_CONTINUE, P2_UNUSED, CHUNK_SIZE, data, result, txData, i, chunk, _result, _chunk, _result2, sum, sizes, _utils$chunkBy, _utils$chunkBy2, txHash, outputNumber, amount, hmac;
var _send, P1_INIT, P1_CONTINUE, P2_UNUSED, CHUNK_SIZE, _data, result, txData, i, chunk, _result, _chunk, _result2, sum, sizes, _utils$chunkBy, _utils$chunkBy2, txHash, outputNumber, amount, hmac;

@@ -332,5 +333,5 @@ return _regenerator2.default.wrap(function _callee5$(_context5) {

// Initial request
data = _utils2.default.uint32_to_buf(outputIndex);
_data = _utils2.default.uint32_to_buf(outputIndex);
_context5.next = 10;
return wrapRetryStillInCall(_send)(P1_INIT, P2_UNUSED, data);
return wrapRetryStillInCall(_send)(P1_INIT, P2_UNUSED, _data);

@@ -337,0 +338,0 @@ case 10:

{
"name": "@cardano-foundation/ledgerjs-hw-app-cardano",
"version": "1.0.5",
"version": "1.0.6",
"files": [

@@ -23,3 +23,2 @@ "lib"

"dependencies": {
"@ledgerhq/hw-transport": "^4.35.0",
"babel-polyfill": "^6.26.0",

@@ -31,2 +30,3 @@ "babel-runtime": "^6.26.0",

"devDependencies": {
"@ledgerhq/hw-transport": "^4.35.0",
"@ledgerhq/hw-transport-node-hid": "^4.35.0",

@@ -33,0 +33,0 @@ "babel-cli": "^6.26.0",

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