Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-webauthn

Package Overview
Dependencies
8
Maintainers
12
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.7 to 5.0.0-babel7.1

1

lib/TransportWebAuthn.js

@@ -113,3 +113,4 @@ "use strict";

};
if (sub) sub.unsubscribe();
};
//# sourceMappingURL=TransportWebAuthn.js.map

12

package.json
{
"name": "@ledgerhq/hw-transport-webauthn",
"version": "5.0.0-alpha.7+889a433",
"version": "5.0.0-babel7.1+8dc0cb0",
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using WebAuthN api",

@@ -29,6 +29,6 @@ "keywords": [

"dependencies": {
"@ledgerhq/devices": "^5.0.0-alpha.7+889a433",
"@ledgerhq/errors": "^5.0.0-alpha.7+889a433",
"@ledgerhq/hw-transport": "^5.0.0-alpha.7+889a433",
"@ledgerhq/logs": "^5.0.0-alpha.7+889a433"
"@ledgerhq/devices": "^5.0.0-babel7.1+8dc0cb0",
"@ledgerhq/errors": "^5.0.0-babel7.1+8dc0cb0",
"@ledgerhq/hw-transport": "^5.0.0-babel7.1+8dc0cb0",
"@ledgerhq/logs": "^5.0.0-babel7.1+8dc0cb0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "889a4334a277e22c8cad0b16c9c890178527e6be"
"gitHead": "8dc0cb0b8648b437f2a9227d0232de772369b128"
}

@@ -69,3 +69,4 @@ //@flow

observer.complete();
return { unsubscribe: () => {} };
return { unsubscribe: () => {} }; if (sub) sub.unsubscribe();
};

@@ -72,0 +73,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc