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

@rmw/csv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmw/csv

async read csv line by line

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

@rmw/csv

async read csv line by line

安装

yarn add @rmw/csv

或者

npm install @rmw/csv

使用

#!/usr/bin/env coffee

import CsvIter from '@rmw/csv'
import {join,dirname} from 'path'

{pathname} = new URL(import.meta.url)
csv = join(dirname(pathname),"test.csv")

for await line from CsvIter(csv)
  console.log line

关于

本项目隶属于人民网络(rmw.link) 代码计划。

人民网络

FAQs

Package last updated on 20 Dec 2021

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