get-stdin

Get stdin as a string or buffer

MIT License

Downloads
62.5M
Stars
333
Committers
11

Bot releases are hidden (Show)

get-stdin - Latest Release

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 8f70f58
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/get-stdin/compare/v8.0.0...v9.0.0

get-stdin -

Published by sindresorhus over 4 years ago

Breaking

  • Require Node.js 10 (#31) 96ebc2e

https://github.com/sindresorhus/get-stdin/compare/v7.0.0...v8.0.0

get-stdin -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#27) 7ddb55c

Enhancements:

  • Add TypeScript definition (#27) 7ddb55c

https://github.com/sindresorhus/get-stdin/compare/v6.0.0...v7.0.0

get-stdin - 3.0.0 - New buffer method

Published by sindresorhus about 10 years ago

Sometimes you might want to get a buffer instead of string.
So this release brings a new .buffer() method for doing so.