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.
Convert structed markdown content into sheet(XLSX).
If you want convert a markdown like this:
# Comics
## Detective Comics (DC)
### Batman Family
#### Batman
...
#### Catwoman
...
## Marvel Comics
### Avengers
#### Iron Man
...
#### Captain America
...
into sheet like this:
h1 | h2 | h3 | h4 | h5 |
---|---|---|---|---|
Comics | Detective Comics (DC) | BatmanFamily | Batman | ... |
Comics | Detective Comics (DC) | BatmanFamily | Cat woman | ... |
Comics | Marvel Comics | Avengers | Iron Man | ... |
Comics | Marvel Comics | Avengers | Captain America | ... |
then you are on the right place.
💡Futhuremore, you can use office tools to modifiy the sheet according to your preferences:
Python 3.11+
The md2Sheet stands on the shoulders of giants:
pip install md2sheet
md2xlsx [OPTIONS] IN_FILE OUT_FILE
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.Arguments:
IN_FILE
: Enter the markdown filepath [required]OUT_FILE
: Enter the xlsx filepath [required]This project is licensed under the terms of the MIT license.
FAQs
A cli tool for convert markdown into sheet(xlsx).
We found that md2sheet 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.