
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Utilities to handle video from camera. Contains various utilites that crop and split the video files.
In your virtual env do
$ pip install spvideoutils
The following scripts are provided by the package.
This involves
For example these are steps I typically do on my windows machine.
python -m venv venv_dev_spvideoutils
env_spvideoutils\Scripts\activate
git clone https://github.com/sanjeevs/spvideoutils.git
cd spvideoutils
pip install -r requirements.txt
pip install -e .
I can check that the env is correctly setup by invoking any of the scripts above from the same window.
>video_capture
usage: video_capture [-h] [--index INDEX] [--time TIME] outfile
video_capture: error: the following arguments are required: outfile
Check the resource packaging.python.org on how to buiild the distribution.
python setup.py bist_wheel
This is done by publishing the changes to pypi. It involves the following steps.
twine upload dist/*
FAQs
Scripts for saving and splitting video files for other projects
We found that spvideoutils 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.