Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Web3 Data Made Simple. Powerful APIs for accessing human-readable blockchain data at scale: from blocks and transactions to NFTs and tokens.
Python utilities for working with Transpose Dedicated Instances.
First, install the package from PyPI:
pip install transpose-dit
Then, connecting to your dedicated instance is as easy as
from transpose_dit import DedicatedInstance
db = DedicatedInstance(
host=os.environ.get("HOST"),
port=os.environ.get("PORT"),
user=os.environ.get("USERNAME"),
password=os.environ.get("PASSWORD"),
database=os.environ.get("DATABASE"),
sslmode=os.environ.get("SSLMODE"),
debug=True,
)
...
You can view the full documentation for this package here, or select the module you're interested in below:
Module | Description | Documentation |
---|---|---|
Sync | Utilities for pulling data from a dedicated instance | View |
You can view examples of how to use this package in the examples directory.
FAQs
Web3 Data Made Simple. Powerful APIs for accessing human-readable blockchain data at scale: from blocks and transactions to NFTs and tokens.
We found that transpose-dit 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.