stream-chain
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
67695
65
332