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.
xlsx-to-directories-cli
Advanced tools
Command line interface for the xlsx-to-directory core library
Xlsx to directories cli is used to access the the functionality exposed by the xlsx-to-directory core module throught the command line.
It takes two parameters
file.xlsx
: the absolute path of the file to parse.
out_dir
: the absolute path in which the script would create the new directories. This is optional, if not specified defaults to the current directory.
A1 | B1 |
---|---|
1 | Azienda1 |
2 | Azienda2 |
... | Azienda... |
There must be two columns.
Except for the first row that is intended for column labels, the follwings rows must be of type number
for the first column and type string
for the second column.
Install globally
npm i -g xlsx-to-directories
Run the script
xlsx-to-directories ~/Documents/myFile.xlsx ~/Documents/output
FAQs
Command line interface for the xlsx-to-directory core library
The npm package xlsx-to-directories-cli receives a total of 1 weekly downloads. As such, xlsx-to-directories-cli popularity was classified as not popular.
We found that xlsx-to-directories-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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.