Socket
Book a DemoInstallSign in
Socket

irssi-questions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irssi-questions

A filter stream to pull out the questions from an irssi log file

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

irssi-questions

A filter stream to pull out the questions from an irssi log file

usage

fs.createReadStream('irclogs/node.js/2012-08-16.txt')
  .pipe(IrssiQuestions())
  .pipe(fs.createWriteStream('questions.txt'))

FAQs

Package last updated on 20 May 2015

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