
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
A Python library for fetching currency rates from the Central Bank of Azerbaijan Republic (CBAR) XML file.
cbar-currency-rates serves the purpose of providing easy access to currency exchange rates from the Central Bank of Azerbaijan Republic (CBAR) XML file. It enables developers to integrate up-to-date currency rates into their applications, facilitating financial calculations and analysis.
You can install cbar-currency-rates via pip:
pip install cbar-currency-rates
from cbar_currency_rates import rates
# Instantiate CBARRates object
cbar = rates.CBARRates()
# Get currency rates
rates = cbar.get_rates()
# Print currency rates
for code, value in rates.items():
print(code, "-", value)
cbar-currency-rates includes comprehensive test coverage to ensure reliability and accuracy. To run the tests, you can use pytest:
pip install pytest
pytest
Contributions to cbar-currency-rates are welcome and encouraged! To contribute, please follow these guidelines:
git checkout -b feature/my-feature
).git commit -am 'Added some feature'
).git push origin feature/my-feature
).FAQs
A Python library for fetching currency rates from the Central Bank of Azerbaijan Republic (CBAR) XML file.
We found that cbar-currency-rates 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.