
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
bigtime
Advanced tools
Affected versions:
Gercek `time` kutuphanesinin birebir taklitcisi (proxy/wrapper). Ne yazarsan gercek time'a iletilir.
Gercek Python time kutuphanesinin birebir taklitcisi (proxy / wrapper).
bigtime paketine ne yazarsan yaz, istek dogrudan gercek time modulune
iletilir. Yani bigtime kutuphanesi, asil time kutuphanesi gibi calisir.
pip install bigtime
import bigtime
bigtime.sleep(1) # gercek time.sleep'e gider
print(bigtime.time()) # gercek time.time()
print(bigtime.ctime()) # gercek time.ctime()
print(bigtime.strftime("%H:%M:%S"))
print(bigtime.localtime())
Pakette olmayan herhangi bir isim yazarsan da __getattr__ sayesinde
otomatik olarak gercek time'e yonlendirilir.
from time import * ile butun mevcut isimler yeniden disa aktarilir.__getattr__ ile bilinmeyen isimler getattr(time, name) ile gercek
module iletilir.pip install build twine
python -m build
twine upload dist/*
FAQs
Gercek `time` kutuphanesinin birebir taklitcisi (proxy/wrapper). Ne yazarsan gercek time'a iletilir.
The pypi package bigtime receives a total of 63 weekly downloads. As such, bigtime popularity was classified as not popular.
We found that bigtime 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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.