
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@leather.io/services
Advanced tools
Utility scripts for manual testing and visual verification of the service layer. These call real APIs and return real data.
From the repo root:
pnpm i && pnpm build
Create packages/services/.env:
LEATHER_API_BASIC_AUTH="Basic <credentials>"
TEST_ACCOUNT_CONTEXT='{"account":{"id":{"fingerprint":"...","accountIndex":0},"bitcoin":{"nativeSegwitDescriptor":"...","taprootDescriptor":"...","zeroIndexNativeSegwitPayerAddress":"...","zeroIndexTaprootAddress":"..."},"stacks":{"stxAddress":"..."}}}'
TEST_ACCOUNT_CONTEXT is required for activity testing and optional for asset-list balance features.
pnpm test:activity # full activity (BTC + Stacks)
pnpm test:activity -- --chain=bitcoin # filter by chain
pnpm test:activity -- --chain=stacks
pnpm test:activity -- --asset=<contractId> # filter by SIP-10 asset
pnpm test:activity -- --protocol=stacking-dao # filter by protocol
pnpm test:activity -- --limit=10 --offset=0 # paginate
pnpm test:activity -- --raw # raw JSON output
pnpm test:activity -- --diag # diagnostics mode
pnpm test:asset-list # default (all tokens, market data)
pnpm test:asset-list -- --protocol=sip10 # filter by protocol (nativeBtc, nativeStx, sip10, rune)
pnpm test:asset-list -- --chain=stacks # filter by chain
pnpm test:asset-list -- --sort=marketCap # sort field (desc by default)
pnpm test:asset-list -- --sort=price:asc # sort with direction
pnpm test:asset-list -- --trust=50 # min trust score
pnpm test:asset-list -- --trending=5 # min trending score
pnpm test:asset-list -- --mcap=1000000 # min market cap
pnpm test:asset-list -- --balance # include balance data (requires TEST_ACCOUNT_CONTEXT)
pnpm test:asset-list -- --limit=10 --offset=0 # paginate
pnpm test:asset-list -- --raw # raw JSON output
pnpm test:asset-list -- --scenarios # run automated test scenarios
FAQs
Leather Services Package
The npm package @leather.io/services receives a total of 57 weekly downloads. As such, @leather.io/services popularity was classified as not popular.
We found that @leather.io/services demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.