5.0.4-next.0 • Published 5 years ago

valve v5.0.4-next.0

Weekly downloads
132
License
MPL-2.0
Repository
github
Last release
5 years ago

valve

Minimal Pipeable Pull-stream

In classic-streams, streams push data to the next stream in the pipeline. In new-streams, data is pulled out of the source stream, into the destination. pull-stream is a minimal take on streams, pull streams work great for "object" streams as well as streams of raw text or binary data.

build status codecov Greenkeeper badge license

Quick Example

Stat some files:

pull(
  values(['file1', 'file2', 'file3']),
  asyncMap(fs.stat),
  collect((err, array) => {
    console.log(array)
  })
)

License

This program is free software: you can redistribute it and/or modify it under the terms of the MPL 2.0.

This program uses third-party libraries or other resources that may be distributed under different licenses. Please refer to the specific files and/or packages for more detailed information about the authors, copyright notices, and licenses.

Acknowledgements

We are very grateful to the following people and projects for their contributions to this product:

5.0.4-next.0

5 years ago

5.0.3

5 years ago

5.0.7-next.0

5 years ago

5.0.3-next

5 years ago

5.0.3-next.0

5 years ago

5.0.3-next.7

5 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.1.3

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0-testing

6 years ago

3.1.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

7 years ago

0.1.0

12 years ago