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

ex-stream

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ex-stream

Tiny library of useful streams

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-76.47%
Maintainers
1
Weekly downloads
 
Created
Source

Ex-Stream

Tiny library of useful streams

build status

Install

npm install ex-stream

Contents

  • Accumulator - Accumulate stream data by charging and release it on stream finish
  • Composer - Compose streams into single stream
  • Concat - Concatenate stream data by _concat function
  • CSV - Parse CSV stream text data to objects
  • Dispatcher - Call executor with matched inputData
  • Filter - Filter stream data by filter callback
  • FilterRegexp - Filter stream data by RegExp
  • Jsonify - Converts stream text data to JSON object
  • Log - Logs stream data
  • Middleware - Pass stream data to middleware list
  • Reducer - Reduce stream data
  • Request - Puts request object as stream
  • Splitter - Splits stream data
  • Stringify - Collects stream data and converts it to string
  • Throttle - Throttles stream data
  • Wrapper - Wrap stream as stream data

License

License The MIT License Copyright (c) 2016-present Ivan Zakharchenko

FAQs

Package last updated on 24 Mar 2017

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