Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-webhid

Package Overview
Dependencies
Maintainers
20
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.27.1 to 6.27.2-nightly.0

.turbo/turbo-build.log

21

package.json
{
"name": "@ledgerhq/hw-transport-webhid",
"version": "6.27.1",
"version": "6.27.2-nightly.0",
"description": "Ledger Hardware Wallet WebHID implementation of the communication layer",

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

"dependencies": {
"@ledgerhq/devices": "^6.27.1",
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.27.1",
"@ledgerhq/logs": "^6.10.0"
"@ledgerhq/devices": "^6.27.2-nightly.0",
"@ledgerhq/errors": "^6.10.1-nightly.0",
"@ledgerhq/hw-transport": "^6.27.2-nightly.0",
"@ledgerhq/logs": "^6.10.1-nightly.0"
},

@@ -38,2 +38,3 @@ "devDependencies": {

},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
"scripts": {

@@ -44,5 +45,7 @@ "flow": "flow",

"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh"
},
"gitHead": "9639f96a970e1f46e9e39d0c2c361ce2289923be"
}
"doc": "bash ../../script/doc.sh",
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx",
"lint:fix": "pnpm lint --fix",
"test": "jest"
}
}

@@ -85,3 +85,3 @@ import Transport from "@ledgerhq/hw-transport";

if (this.inputs.length) {
return Promise.resolve((this.inputs.shift() as unknown) as Buffer);
return Promise.resolve(this.inputs.shift() as unknown as Buffer);
}

@@ -88,0 +88,0 @@

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib"
"outDir": "lib",
"lib": ["DOM", "ES2017"]
},
"include": ["src/**/*"]
}

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