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.
������ | English
Official site: teedoc.neucrack.com or teedoc.github.io
documentation generate tool from markdown and jupyter notebook to html
teedoc
can be used in the following scenarios:
WiKi
websitePython3
Visit official site: teedoc.github.io or teedoc.neucrack.com
See template repo
On Windows
or macOS
, download from python.org
On Linux
, Ubuntu
for example:
sudo apt install python3 python3-pip
This command will install teedoc program
pip3 install -U teedoc
mkdir my_site
cd my_site
teedoc init
or
teedoc -d my_site init
select minimal template in promot
This command will install plugins used by doc(set in site_config.json
)
cd my_site
teedoc install
teedoc serve
then visit http://127.0.0.1:2333 in browser
If you only want to generate htmls:
teedoc build
FAQs
doc site generator with multiple doc support
We found that teedoc 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
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.