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

stream-chain

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chain - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

.github/workflows/tests.yml

2

package.json
{
"name": "stream-chain",
"version": "2.2.1",
"version": "2.2.2",
"description": "Chain functions as transform streams.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,13 +0,6 @@

# stream-chain
# stream-chain [![NPM version][npm-img]][npm-url]
[npm-img]: https://img.shields.io/npm/v/stream-chain.svg
[npm-url]: https://npmjs.org/package/stream-chain
[![Build status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![TypeScript definitions on DefinitelyTyped][definitelytyped-image]](definitelytyped-url)
[![Greenkeeper badge](https://badges.greenkeeper.io/uhop/stream-chain.svg)](https://greenkeeper.io/)
[![Dependencies][deps-image]][deps-url]
[![devDependencies][dev-deps-image]][dev-deps-url]
`stream-chain` creates a chain of streams out of regular functions, asynchronous functions, generator functions, and existing streams, while properly handling [backpressure](https://nodejs.org/en/docs/guides/backpressuring-in-streams/). The resulting chain is represented as a [Duplex](https://nodejs.org/api/stream.html#stream_class_stream_duplex) stream, which can be combined with other streams the usual way. It eliminates a boilerplate helping to concentrate on functionality without losing the performance especially make it easy to build object mode data processing pipelines.

@@ -327,2 +320,3 @@

- 2.2.2 *Technical release. No need to upgrade.*
- 2.2.1 *Technical release: new symbols namespace, explicit license (thx [Keen Yee Liau](https://github.com/kyliau)), added Greenkeeper.*

@@ -339,12 +333,1 @@ - 2.2.0 *Added utilities: `take`, `takeWhile`, `skip`, `skipWhile`, `fold`, `scan`, `Reduce`, `comp`.*

- 1.0.0 *The initial release.*
[npm-image]: https://img.shields.io/npm/v/stream-chain.svg
[npm-url]: https://npmjs.org/package/stream-chain
[deps-image]: https://img.shields.io/david/uhop/stream-chain.svg
[deps-url]: https://david-dm.org/uhop/stream-chain
[dev-deps-image]: https://img.shields.io/david/dev/uhop/stream-chain.svg
[dev-deps-url]: https://david-dm.org/uhop/stream-chain?type=dev
[travis-image]: https://img.shields.io/travis/uhop/stream-chain.svg
[travis-url]: https://travis-ci.org/uhop/stream-chain
[definitelytyped-image]: https://img.shields.io/badge/DefinitelyTyped-.d.ts-blue.svg
[definitelytyped-url]: https://definitelytyped.org

Sorry, the diff of this file is not supported yet

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