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.
Open-source Python API with a graphical and command-line interface to measure surface tension coefficients from images of pendent drops.
Open-source Python API with a graphical and command-line interface to measure surface tension coefficients from images of pendent drops.
Simply use
pip install pypendentdrop[full]
or, if you only want to use the command-line version (resp. the graphical version), you can replace [full]
by [cli]
(resp. [gui]
). Use no option to download a minimal working version of the library.
To launch the gui version, use the command
ppt-gui
Use the relevant fields to provide an image, the pixel density of your image and the relevant physical parameters (density contrast, acceleration of gravity). Buttons allow you to estimate the parameters coarsely and to optimize this estimation. You can manually change and/or fix the values of the parameters.
To use the command-line version, use
ppt-cli
Use the -h
(help) option to list the availables options and the -v
(verbose) option to display more information as the program goes.
In the import section of your script, write
import pypendentdrop as ppd
and you can then use the functions defined in the library. An example script examplescript.py
is provided on the GitHub repository.
Contact me at pypendentdrop@protonmail.com
FAQs
Open-source Python API with a graphical and command-line interface to measure surface tension coefficients from images of pendent drops.
We found that pypendentdrop 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.