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.
Epidemiological weeks calculation based on the US CDC (MMWR) and ISO week numbering systems
A Python package to calculate epidemiological weeks using the US CDC (MMWR) and ISO week numbering systems.
To install using pip
, run:
pip install epiweeks
To install using conda
, run:
conda install -c bioconda epiweeks
from epiweeks import Week, Year
week = Week(2019, 1)
print(week.enddate())
# 2019-01-05
for week in Year(2019).iterweeks():
print(week.enddate())
# 2019-01-05
# 2019-01-12
# ...
# 2019-12-21
# 2019-12-28
Please see https://epiweeks.readthedocs.io for full documentation of this package, including background, more usage examples and API reference.
This project is licensed under the terms of the MIT license.
FAQs
Epidemiological weeks calculation based on the US CDC (MMWR) and ISO week numbering systems
We found that epiweeks 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.