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.
mandrill-really-maintained
Advanced tools
A really maintained CLI client and Python API library for the Mandrill email as a service platform.
.. note::
The upstream upstream version of mandrill-api-python appears maintained with reasonable PRs unmerged for over a year. This fork exists to merge such PRs until Mailchimp manage to get around to maintaining their own software. Help with code review really welcomed.
Mandrill is a Python API client and suite of CLI-based tools for the Mandrill email as a platform service.
The API client is comprehensive, but the CLI functionality is minimal at this time.
Examples::
import mandrill
client = mandrill.Mandrill('YOUR_API_KEY')
print client.users.ping()
CLI Examples::
mandrill setup
mandrill ping -c10
mandrill send -f from@example.com -t to@example.com -s "My Subject Line" < content.html
Install extra dependencies;
Create source distribution;
Upload to pypi repository::
$ pip install .[releasing] $ bumpversion patch ./VERSION --commit --tag --message 'Releasing {new_version}' $ git push --tags $ python setup.py sdist $ twine upload dist/*
FAQs
A really maintained CLI client and Python API library for the Mandrill email as a service platform.
We found that mandrill-really-maintained 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.