Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Payment TAP is a Django app for managing payment transactions with TAP. The project consist of wrapper and models to track transactions, settlement and configuration of tap accounts.
Install ob_dj_payment_tap
latest version pip install ob_dj_payment_tap
Add "ob_dj_payment_tap" to your INSTALLED_APPS
setting like this:
# settings.py
INSTALLED_APPS = [
...
"ob_dj_payment_tap",
]
python manage.py migrate
to create the TAP models.Clone github repo git clone [url]
pipenv install --dev
pre-commit install
Run unit tests pytest
Hint You can install the changes directly in your env using pip install .
; this should allow you to pipenv shell
to any env and navigate to the source code and install the package pip install .
FAQs
OBytes Django application for managing payment processing with TAP.
We found that ob-dj-payment-tap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.