Skip to content

v7.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 26 May 19:28
· 69 commits to main since this release

Breaking

  • Require Node.js 16 70571f8
  • This package is now pure ESM. Please read this.
  • Removed getStream.array()
  • const getStream = require('get-stream'); getStream.buffer(…);import {getStreamAsBuffer} from 'get-stream'; getStreamAsBuffer(…);
  • const getStream = require('get-stream'); getStream.MaxBufferError;import {MaxBufferError} from 'get-stream'; MaxBufferError;

Tip

You may not need this package anymore.


v6.0.1...v7.0.0