is-stream

Check if something is a Node.js stream

MIT License

Downloads
339.3M
Stars
108
Committers
6

Bot releases are visible (Hide)

is-stream - Latest Release

Published by sindresorhus 8 months ago

is-stream -

Published by sindresorhus 8 months ago

Breaking

  • Require Node.js 18 42ad38e
  • The isStream() method now also ensures that the stream is not closed (#20) dd03f79
    • You can pass {canOpen: false} to bring back the old behavior

Improvements

  • Add checkOpen option (#20) dd03f79
  • Add support for HTTP stream instances (#21) 45e90c2

https://github.com/sindresorhus/is-stream/compare/v3.0.0...v4.0.0

is-stream -

Published by sindresorhus about 3 years ago

Breaking

https://github.com/sindresorhus/is-stream/compare/v2.0.1...v3.0.0

is-stream -

Published by sindresorhus about 3 years ago

is-stream -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#10) c918e37

Enhancements:

  • Add TypeScript definition (#10) c918e37

https://github.com/sindresorhus/is-stream/compare/v1.1.0...v2.0.0