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.
Anypay Enterprise Payments Platform CLI
$ npm install -g anypay-cli
$ anypay COMMAND
running command...
$ anypay (--version)
anypay-cli/0.3.3 darwin-x64 node-v16.13.1
$ anypay --help [COMMAND]
USAGE
$ anypay COMMAND
...
anypay help [COMMAND]
Display help for anypay.
USAGE
$ anypay help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for anypay.
See code: @oclif/plugin-help
anypay invoice create
Request Payment for a Specific Coin to a Single Address
USAGE
$ anypay invoice create -v <value> [--json] [--log-level debug|info|warn|error] [-a <value>] [-w <value>] [-r
<value>] [-m <value>]
FLAGS
-a, --api=<value> [default: https://api.anypayx.com] API Base URL
-m, --memo=<value> Memo to be displayed in supported wallets
-r, --redirect_url=<value> URL to redirect paying user in the web checkout
-v, --value=<value> (required) Amount to collect in terms of denomination
-w, --webhook_url=<value> URL to send invoice update webhook events
GLOBAL FLAGS
--json Format output as json.
--log-level=(debug|info|warn|error) Specify level for logging.
DESCRIPTION
Request Payment for a Specific Coin to a Single Address
EXAMPLES
$ anypay request simple --chain MATIC --currency USDC --denomination=USD --amount=52.00 --address=0xA77547a3fB82a5Fa4DB408144870B69c70906989
anypay login
Authenticates with an anypay server and save your account access tokens
USAGE
$ anypay login [--json] [--log-level debug|info|warn|error] [-a <value>] [-e <value>] [-p <value>]
FLAGS
-a, --api=<value> [default: https://api.anypayx.com] API Base URL
-e, --email=<value> Existing Anypay Account Email Address
-p, --password=<value> Anypay Account Password
GLOBAL FLAGS
--json Format output as json.
--log-level=(debug|info|warn|error) Specify level for logging.
DESCRIPTION
Authenticates with an anypay server and save your account access tokens
EXAMPLES
$ anypay login --email=ops@anypayx.com
See code: dist/commands/login.ts
anypay logout
Removes account access tokens from local config file
USAGE
$ anypay logout [--json] [--log-level debug|info|warn|error] [-a <value>]
FLAGS
-a, --api=<value> [default: https://api.anypayx.com] API Base URL
GLOBAL FLAGS
--json Format output as json.
--log-level=(debug|info|warn|error) Specify level for logging.
DESCRIPTION
Removes account access tokens from local config file
EXAMPLES
$ anypay logout
See code: dist/commands/logout.ts
anypay request simple
Request Payment for a Specific Coin to a Single Address
USAGE
$ anypay request simple -a <value> -c <value> -v <value> -t <value> [--json] [-d <value>] [-w <value>] [-r
<value>] [-m <value>] [-u <value>] [-k <value>]
FLAGS
-a, --asset=<value> (required) BSV, DASH, USDC, etc
-c, --chain=<value> (required) BSV, MATIC, SOL, etc
-d, --denomination=<value> [default: USD] USD, EUR, JPY, CNY, etc
-k, --apikey=<value> Anypay API Key
-m, --memo=<value> Memo to be displayed in supported wallets
-r, --redirect_url=<value> URL to redirect paying user in the web checkout
-t, --to=<value> (required) Address or script to receive payment
-u, --url=<value> URL of Anypay API for Self-Hosting or Development
-v, --value=<value> (required) Amount to collect in terms of denomination
-w, --webhook_url=<value> URL to send invoice update webhook events
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Request Payment for a Specific Coin to a Single Address
EXAMPLES
$ anypay request simple --chain MATIC --currency USDC --denomination=USD --amount=52.00 --address=0xA77547a3fB82a5Fa4DB408144870B69c70906989
FAQs
Anypay Enterprise Payments Platform CLI
The npm package anypay-cli receives a total of 3 weekly downloads. As such, anypay-cli popularity was classified as not popular.
We found that anypay-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.