Socket
Book a DemoInstallSign in
Socket

new-stream

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-stream

Parse and Stringify newline separated streams (including JSON parsing if required)

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

new-stream

Parse and Stringify newline separated streams (including JSON parsing if required)

Build Status Dependency Status NPM version

Installation

npm install new-stream

API

The TransformStreams are barrage streams, which gives them the additional API methods:

  • .syphon: like pipe but also passes on errors
  • .buffer: get an array of all elements in the stream

parse(options) => TransformStream

Options:

  • json (default: false) should each line be parsed as JSON
  • strict (default: false) if this option is false, all lines that fail to be parsed as JSON will just be ignored

stringify(options) => TransformStream

Options:

  • json (default: false) should each line be stringified using JSON

License

MIT

FAQs

Package last updated on 07 Jul 2013

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