Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n6udp-csvscan

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n6udp-csvscan

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

= csvscan

https://github.com/n6udp/csvscan

== DESCRIPTION:

Updated for Ruby 2.X

This is a packaged version of CSVScan, written by MoonWolf. If you can read Japanese, checkout README.old.ja for whatever he said.

On a 10,000 line file:

time cat example.csv | ruby fastercsv_benchmark.rb

real	0m8.804s
user	0m8.502s
sys	0m0.304s

time cat example.csv | ruby csvscan_benchmark.rb 

real	0m0.860s
user	0m0.782s
sys	0m0.088s

== FEATURES/PROBLEMS:

  • Ruby 2.X support

== SYNOPSIS:

require 'csvscan'
CSVScan.scan(STDIN) do |row|
    puts row.inspect
end

== REQUIREMENTS:

  • c compiler
  • ruby 2.X

== INSTALL:

== LICENSE:

LGPL (original license)

FAQs

Package last updated on 10 Jan 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc