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.
pytest-couchdbkit is a simple pytest extension that manages test databases for your couchdbkit using apps.
In order to use it, you only need to set the ini option
couchdbkit_suffix
to something fitting your app.
Additionally you may use couchdbkit_backend
to select
the gevent/eventlet backends.
To setup couchapps before running the tests,
there is the pytest_couchdbkit_push_app(server, dbname)
hook
It can be used to create a pristine database, which is replicated into each test database.
The provided funcarg couchdb
will be a freshly flushed database
named pytest_
+ couchdbkit_suffix,
additionally, after each test item, the database will be dumped to tmpdir.join(couchdb.dump)
which is a simple file having entries in the format::
number(\d+) + "\r\n" + number bytes + "\r\n"
entries are:
Attachments are ordered by name, so they can be reassigned to their metadata on loading.
The dump format is meant to be human-readable.
FAQs
py.test extension for per-test couchdb databases using couchdbkit
We found that pytest-couchdbkit 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.