Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-http

Package Overview
Dependencies
Maintainers
7
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-http - npm Package Compare versions

Comparing version 4.26.0-beta.0a38903c to 4.26.0-beta.33b393bd

6

lib/withStaticURLs.js

@@ -124,3 +124,7 @@ "use strict";

};
}())).then(checkLoop);
}())).then(function () {
return new Promise(function (success) {
return setTimeout(success, 5000);
});
}).then(checkLoop);
}

@@ -127,0 +131,0 @@ checkLoop();

4

package.json
{
"name": "@ledgerhq/hw-transport-http",
"version": "4.26.0-beta.0a38903c",
"version": "4.26.0-beta.33b393bd",
"description": "Ledger Hardware Wallet communication layer over http",

@@ -28,3 +28,3 @@ "keywords": [

"dependencies": {
"@ledgerhq/hw-transport": "^4.26.0-beta.0a38903c",
"@ledgerhq/hw-transport": "^4.26.0-beta.33b393bd",
"axios": "^0.18.0",

@@ -31,0 +31,0 @@ "ws": "^6.1.0"

@@ -51,3 +51,5 @@ // @flow

})
).then(checkLoop);
)
.then(() => new Promise(success => setTimeout(success, 5000)))
.then(checkLoop);
}

@@ -54,0 +56,0 @@ checkLoop();

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