New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multipart-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multipart-parser

0.1.1
Rubygems
Version published
Maintainers
1
Created
Source

multipart-parser is a simple parser for multipart MIME messages, written in Ruby, based on felixge/node-formidable's parser.

Some things to note:

  • Pure Ruby

  • Event-driven API

  • Only supports one level of multipart parsing. Invoke another parser if you need to handle nested messages.

  • Does not perform I/O.

  • Does not depend on any other library.

Latest release: 0.1.1

  • Fixes some issues with ruby 1.9

Contributors: Daniel Abrahamsson Jérémy Bobbio Aaron Patterson Jeff Mancuso

FAQs

Package last updated on 23 Aug 2012

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