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.
A package to create a word cloud from a collection of papers in a user's Zotero collection.
Create a word cloud based on a specified field of a collection of papers from Zotero.
zotero2wordcloud
conda create --name zotero2wordcloud
python3.7 -m venv my_env
conda activate zotero2wordcloud
or source zotero2wordcloud/bin/activate
cd <yourpath/GitHub/
mkdir zotero2wordcloud
cd zotero2wordcloud
pip install zotero2wordcloud
conda config --add channels conda-forge && conda install zotero2wordcloud
Before starting, you'll need three pieces of information from Zotery: library ID, library type, and API key.
https://www.zotero.org/groups/yourgroupname
. Hover over the Group Settings
link./examples
folder. Also see Pyzotero documentation for more information.from zotero2wordcloud.zoterto2wordcloud import zotero2wordcloud
jupyter lab zotero2wordcloud.ipynb
If you encounter an error while using this package, please open an issue on its Github issues page.
zotero2wordcloud is licensed under the GNU General Public License v3.0.
FAQs
A package to create a word cloud from a collection of papers in a user's Zotero collection.
We found that zotero2wordcloud 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.