Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
a word cloud of data visualization base on D3.js
Hello everyone. I am Sunny. I graduated with an HD in Data Science and Analytics. My alma mater has a series of good practices in developing the practical application of dynamic data visualization/interactive dashboards. We are continuously concentrating on simplifying the data visualization process. Word cloud is one of our essential parts of data visualization in NLP. We found that the existing python package is challenging to complete an interactive word cloud dashboard. Therefore, the python package is based on D3.js/react.js/DASH, which can be executed in python or cooperate with Dash for word cloud development.
id (string; optional): the unique identity of keyword in word cloud html DOM.
data (list; required): dataset for word cloud visualising. datatype is array. on the array you need a words columns and the freq columns of each word. for example [{'word':'a','freq':100}].
filterString (list; optional): the word cloud filtrate the selected keyword(s). you should not set/input this parameter.
freqs (string; required): frequency or occurence of each keyword
height (string; optional): the height of the boundary of the word cloud.
width (string; optional): the width of the boundary of the word cloud.
value (string; optional): just for future may be to use.
import Dwcm
data = [{'word': 'A', 'freq': 15},{'word': 'B', 'freq': 22}],
Dwcm.Wordcloud(data = data,words = 'word',freqs = 'freq').show()
FAQs
Word Cloud
We found that dwcm 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.