Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Interact with the eBay API from the command line. This tool provides a simple interface to access eBay's selling APIs, with a focus on transaction management.
Install globally via npm:
npm install -g ebay-cli
Or use with Docker:
docker run -it --rm thegeektechworkshop/ebay-cli:latest
Before using this tool, you'll need:
First-time setup requires authentication with eBay:
ebay authorise <clientId> <certificateId> <redirectUrlName>
The authentication process will:
Display the location of your config file:
ebay config
# or
ebay c
View your eBay transaction history:
ebay transactions [options]
# or
ebay tx [options]
Available options:
-f, --date-from <string>
- Start date for transaction history (ISO format)-t, --date-to <string>
- End date for transaction history (ISO format)-y, --type <string>
- Filter by transaction type-o, --offset <number>
- Pagination offset-l, --limit <number>
- Number of results to return-r, --raw
- Output raw JSON response-i, --ids
- Include transaction IDs in outputWhen using the Docker image, you'll need to mount a volume to persist your authentication:
docker run -v ~/.config/configstore:/root/.config/configstore thegeektechworkshop/ebay-cli:latest
This project uses:
MIT License - Copyright (c) 2024 Andy Todd
See LICENSE file for details.
FAQs
A CLI interface to the Ebay API
The npm package ebay-cli receives a total of 10 weekly downloads. As such, ebay-cli popularity was classified as not popular.
We found that ebay-cli 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.