5.0.1-master.d88ba44f • Published 8 years ago

valve v5.0.1-master.d88ba44f

Weekly downloads
132
License
MPL-2.0
Repository
github
Last release
8 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 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

7 years ago

5.0.3

7 years ago

5.0.7-next.0

7 years ago

5.0.3-next

7 years ago

5.0.3-next.0

7 years ago

5.0.3-next.7

7 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.1.3

8 years ago

3.1.2

8 years ago

3.1.1

8 years ago

3.1.0-testing

8 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

9 years ago

0.1.0

14 years ago