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.
The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.
Install Python 3 or higher if not already installed
python3 --version
brew install python
The Python command to install pip (as pip3) and Setuptools
python3 -m pip install --upgrade setuptools
To create a source distribution
python3 setup.py sdist --dist-dir=dist
To install the source distribution
python3 -m pip install ./dist/sendsafely-x.y.z.tar.gz
To run unittests, update SendSafely instance in the test/*.py scripts, and then run the following from /src:
python3 -m unittest tests/*.py
To run integration scripts, cd to /scripts and run the python script with the following command
python3 sendsafely_python_example.py
When testing, create and activate a Python virtual environment and then install the source distribution
python3 -m venv /test/dir
source test/dir/bin/activate
To create pydocs, run
pydoc3 -w SendSafely sendsafely/*.py
Remove absolute path names from generated HTML prior to sharing with customer
./prepare_python_api.sh
FAQs
The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.
We found that sendsafely demonstrated a healthy version release cadence and project activity because the last version was released less than 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.