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

@ledgerhq/hw-app-btc

Package Overview
Dependencies
Maintainers
7
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.0 to 3.0.2

flow-typed/npm/@ledgerhq/hw-transport_vx.x.x.js

1

lib/Btc.js

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

timestamp = transaction.slice(offset, 4 + offset);
offset += 4;
}

@@ -770,0 +771,0 @@ var varint = this.getVarint(transaction, offset);

2

package.json
{
"name": "@ledgerhq/hw-app-btc",
"version": "3.0.0",
"version": "3.0.2",
"description": "Ledger Hardware Wallet Bitcoin Application API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -842,2 +842,3 @@ //@flow

timestamp = transaction.slice(offset, 4 + offset);
offset += 4;
}

@@ -844,0 +845,0 @@ let varint = this.getVarint(transaction, offset);

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