
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
PremiumSIM API (Unofficial). Access basic account details and status information.
A Python API for accessing your PremiumSIM.de account balance & usage stats. This is an unoffical API and the author/contributors are in no way connected to PremiumSIM or Drillisch. The API provides a method to:
pip install pypremiumsim
It's very easy to use. Try the following to get your balance data:
from pypremiumsim import *
from pprint import pprint
session = PremiumSimSession()
session.try_login("<username>", "<password>")
data_used = session.current_month_data_usage()
pprint(vars(data_used))
returns:
{'consumed_data_gb': 0.73585937,
'tariff_total_data_gb': 20.0,
'used_percentage': 3.7}
python ./tests/tests.py
Fork this repo, make some changes and create a new pull request!
FAQs
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.