Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@trezor/utxo-lib
Advanced tools
Javascript Bitcoin and Bitcoin-like altcoins library for node.js and browsers.
This library is a fork of the bitcoinjs-lib
and it is profiled to work with Trezor
environment.
It enables standard operations such as generating addresses, creating transactions, importing/exporting keys etc.
Not all the modules/methods from the upstream are present here (like ecpair, psbt...) since we didn't use them for now, however they might be easily added in the future.
You probably don't want to use this package directly. Try one of the alternatives instead:
This is the fifth and hopefully the ultimate attempt to fork and maintain bitcoinjs-lib
.
Differences are explicitly described in each file.
Transaction
class is extended by each custom altcoin
implementation.Transaction
class is parsing amounts as strings.address
module uses different encoding for Decred
and handles Bitcoin Cash
addresses.coinselect
and compose
modules (origin source: https://github.com/trezor/hd-wallet/tree/master/src/build-tx)block
, classify
, ecpair
, psbt
.This package is published to the npm registry because it is a dependency of @trezor/connect which can be installed as a standalone package.
Follow instructions how to publish @trezor package to npm registry.
FAQs
Client-side Bitcoin-like JavaScript library
The npm package @trezor/utxo-lib receives a total of 46,586 weekly downloads. As such, @trezor/utxo-lib popularity was classified as popular.
We found that @trezor/utxo-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.