Socket
Socket
Sign inDemoInstall

dataalchemy

Package Overview
Dependencies
9
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "dataalchemy",
"description": "Effortlessly Convert Base64-Encoded CSV or XLSX Files to JSON",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "module": "./dist/index.mjs",

@@ -1,15 +0,15 @@

# Data Alchemist: Transform Your Data with Ease
# Data Alchemy: Transform Your Data with Ease
Welcome to Data Alchemist, a powerful npm package designed to streamline the process of converting base64-encoded CSV or XLSX file data into JSON format. With Data Alchemist, you can effortlessly transform your data for a wide range of applications, from data analysis to visualization.
Welcome to Data Alchemy, a powerful npm package designed to streamline the process of converting base64-encoded CSV or XLSX file data into JSON format. With Data Alchemy, you can effortlessly transform your data for a wide range of applications, from data analysis to visualization.
## Introduction
Data Alchemist is built to simplify the conversion of base64-encoded CSV or XLSX file data into JSON format. Whether you're working with CSV files from spreadsheets or XLSX files from Excel, Data Alchemist provides an intuitive solution to handle your data transformation needs.
Data Alchemy is built to simplify the conversion of base64-encoded CSV or XLSX file data into JSON format. Whether you're working with CSV files from spreadsheets or XLSX files from Excel, Data Alchemy provides an intuitive solution to handle your data transformation needs.
## Installation
To use Data Alchemist in your project, simply install it via npm:
To use Data Alchemy in your project, simply install it via npm:
```bash
npm install data-alchemist
npm i dataalchemy
```

@@ -19,8 +19,8 @@

Using Data Alchemist is straightforward. Import the package into your project and call the `base64ToJSON` function with the appropriate parameters.
Using Data Alchemy is straightforward. Import the package into your project and call the `base64ToJSON` function with the appropriate parameters.
Here's how you can use Data Alchemist to convert base64-encoded CSV or XLSX file data to JSON:
Here's how you can use Data Alchemy to convert base64-encoded CSV or XLSX file data to JSON:
```javascript
const { base64ToJSON } = require('data-alchemist');
const { base64ToJSON } = require('data-Alchemy');

@@ -36,2 +36,2 @@ // Example base64-encoded CSV data

That's it! You've successfully transformed your base64-encoded CSV or XLSX file data into JSON using Data Alchemist. Enjoy exploring your transformed data!
That's it! You've successfully transformed your base64-encoded CSV or XLSX file data into JSON using Data Alchemy. Enjoy exploring your transformed data!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc