Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

safe-json-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-json-to-csv

Convert JSON to CSV or Excel securely with nested flattening and formula injection protection.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

safe-json-to-csv

npm version downloads license

Secure JSON to CSV/Excel Converter for Node.js

This package converts JSON to CSV and Excel (.xlsx) formats with built-in formula injection protection.
It helps prevent dangerous Excel formulas like =HYPERLINK(), +123456, -123, or @attack() from being executed.

🚀 Features

  • ✅ Convert JSON to CSV easily.
  • ✅ Supports Excel .xlsx file export.
  • ✅ Nested object flattening (info.city → info.city).
  • ✅ Formula injection protection (adds ' to dangerous values).
  • ✅ Lightweight, fast, and easy to use.

🐛 Report Issues

If you find a bug, have a question, or want to request a feature,
please open an issue here:
👉 GitLab Issues Page

📦 Installation

npm install safe-json-to-csv

Keywords

json

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

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.

Install

Related posts