Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
open-atmos-jupyter-utils
Advanced tools
utility routines used in PySDM, PyMPDATA and PyPartMC examples and tests
Utility routines used in Jupyter notebooks in PySDM, PyMPDATA and PyPartMC projects:
show_plot()
- a drop-in replacement for matplotlib's show() displaying the figure inline using vector graphics (svg) by default and offering a download-as-pdf-or-svg widget just below (on Colab the widget triggers Google Drive download)show_anim()
- a replacement for matplotlib's FuncAnimate() that inline-displays animations in gif format (thus github renderer compatible) and offers a way to download the .gif file (on Colab the widget triggers Google Drive download)TemporaryFile
- a class equipped with make_link_widget()
method returning a click-to-download Colab-compatible widget to be display()-ed in a Jupyter notebookpip_install_on_colab('package_a', 'package_b', ...)
- a function handling execution of pip
(and ldconfig
) on Colabpublic API docs are maintained at: https://open-atmos.github.io/jupyter-utils/
FAQs
utility routines used in PySDM, PyMPDATA and PyPartMC examples and tests
We found that open-atmos-jupyter-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.