@cardano-foundation/ledgerjs-hw-app-cardano
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127006
4
1169
15
- Removed@ledgerhq/hw-transport@^4.35.0
- Removed@ledgerhq/devices@4.78.0(transitive)
- Removed@ledgerhq/errors@4.78.0(transitive)
- Removed@ledgerhq/hw-transport@4.78.0(transitive)
- Removed@ledgerhq/logs@4.72.0(transitive)
- Removedevents@3.3.0(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)