New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

csvs-parsers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvs-parsers

[![npm version](https://badge.fury.io/js/csvs-parsers.svg)](https://badge.fury.io/js/csvs-parsers) [![npm](https://img.shields.io/npm/dw/csvs-parsers.svg?logo=npm)](https://www.npmjs.com/package/csvs-parsers) [![npm](https://img.shields.io/bundlephobia/mi

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

CSV Parsers

npm version npm npm All Contributors

Install

npm i csvs-parsers@latest

With yarn

yarn add csvs-parsers@latest

Use

import { csvToJson } from 'csvs-parsers';


const start = async () => {
 const results = await csvToJson({
    pathUrl: url // path name or URL vsv,
  });
}

start();

Keywords

csv

FAQs

Package last updated on 01 Jun 2023

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