Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
za.co.clock24:DsvParser
Advanced tools
If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.
This is DsvParser. It is a delimited-text parser that can handle any delimited text containing quoted strings, xml and even line terminators. The requirement to parse a csv file that also contained xml documents in some of the fields turned out to be something none of the other open source libraries (like opencsv, jcsv and others) that I tried, could handle. I was in a hurry, so I didn't have time to fork an OSS library and make it work. I had an existing Finite State Machine-based parser that I was using in a personal project and found it easy to modify. A friend suggested that I share it, so here it is.
Copyright 2013-2022 Johan Hoogenboezem
To use, add to your pom.xml
or your build.gradle
Then go to the wiki page here: https://github.com/hoogenbj/dsvparser/wiki
This library contains a module-info and has been tested with Java 16.
FAQs
If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.
We found that za.co.clock24:DsvParser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.