
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
parse-csv-file
Advanced tools
csv file을 자바스크립트 배열로 간편하게 변환 가능한 라이브러리입니다.
npm install --save parse-csv-file
yarn add --save parse-csv-file
import { readCSV, parseCSV } from 'parse-csv-file'
const read = readCSV('./example.csv')
const parsedData =
parseCSV(read)[
// result
({
store_name: '공리',
category: '중식당',
new_open: '없음',
rating: 4.54,
visited_review: 1778,
blog_review: 1059,
store_id: 13150137,
address: '서울 강남구 선릉로129길 24',
business_hours:
'수 11:00 - 22:00 21:30 라스트오더 /목 11:00 - 22:00 21:30 라스트오더 /금 11:00 - 22:00 21:30 라스트오더 /토 11:00 - 21:30 21:00 라스트오더 /일 11:00 - 21:30 21:00 라스트오더 /월 11:00 - 22:00 21:30 라스트오더 /화 11:00 - 22:00 21:30 라스트오더 /',
phone_num: '0507-1319-7663',
lat_lng: { x: 37.50247450814155, y: 127.04996016979987 },
},
{
store_name: '연타발 압구정본점',
category: '곱창,막창,양',
new_open: '없음',
rating: 4.42,
visited_review: 980,
blog_review: 1034,
store_id: 13469576,
address: '서울 강남구 도산대로 231',
business_hours: '매일 11:30 - 22:00 /',
phone_num: '02-545-4248',
lat_lng: { x: 37.5215403, y: 127.0321571 },
})
]
FAQs
csv 파일을 파싱 해주는 라이브러리
The npm package parse-csv-file receives a total of 0 weekly downloads. As such, parse-csv-file popularity was classified as not popular.
We found that parse-csv-file 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.