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 CLI tool to export CSV files to JSON format.
pip install tojson
➜ csv2json --help # You can also use the alias `tojson` or `csvtojson`
usage: csv2json [-h] [-o {dict,list,series,split,records,index}] [-i INDENT]
[-c]
path [path ...]
positional arguments:
path Path to a single file/directory or multiple
files/directories
options:
-h, --help show this help message and exit
-o {dict,list,series,split,records,index}, --orient {dict,list,series,split,records,index}
The type of the values of the dictionary
-i INDENT, --indent INDENT
JSON output indentation
-c, --compress Compress the output
csv2json foo.csv
# Orient as list
csv2json foo.csv -o list
# Compressed output and use zero indentation (minified)
csv2json foo.csv -c -i 0
FAQs
A CLI tool to export CSV files to JSON format
We found that tojson 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.