New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-cosmos

Package Overview
Dependencies
Maintainers
14
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-cosmos - npm Package Compare versions

Comparing version 6.0.1-typescript.0 to 6.0.1

1

lib-es/Cosmos.js

@@ -149,2 +149,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
response = {};
return [2 /*return*/, this.foreach(chunks, function (data, j) {

@@ -151,0 +152,0 @@ return _this.transport

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

}
response = {};
return [2 /*return*/, this.foreach(chunks, function (data, j) {

@@ -156,0 +157,0 @@ return _this.transport

10

package.json
{
"name": "@ledgerhq/hw-app-cosmos",
"version": "6.0.1-typescript.0",
"version": "6.0.1",
"description": "Ledger Hardware Wallet Cosmos Application API",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"@ledgerhq/errors": "^6.0.1-typescript.0",
"@ledgerhq/hw-transport": "^6.0.1-typescript.0",
"@ledgerhq/errors": "^6.0.1",
"@ledgerhq/hw-transport": "^6.0.1",
"bip32-path": "^0.4.2"

@@ -39,5 +39,5 @@ },

"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc-ts.sh"
"doc": "bash ../../script/doc.sh"
},
"gitHead": "485f271e1f780f5b6a19e42cfcef9a55f1822bf9"
"gitHead": "b09dd31a50b0371d7be5d8d3dfd626fb6478354f"
}

@@ -164,3 +164,3 @@ /********************************************************************************

let response: Buffer;
let response: any = {};
return this.foreach(chunks, (data, j) =>

@@ -167,0 +167,0 @@ this.transport

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