PackageTrack

npm · #3826

@expo/spawn-async

1.8.0expo/spawn-async

A Promise-based interface into processes created by child_process.spawn

Release timeline

11 releases since 2017
2019202120232025

Releases

  1. 1.8.019 May 2026
    Release notes

    Changes

    • stdout and stderr are now getters that will concatenate strings on demand from collected stdout/stderr chunks (#55)
    • maxBuffer may now be passed to set a limit for how many characters/bytes are accepted on stdout/stderr. The command aborts and an error is thrown when this limit is exceeded (#55)

    Fixes

    • spawnAsync prevents exceeding maximum V8 string length and exposes a cut-off stdout and stderr on the corresponding error when the maximum string length is exceeded (#55)

    Dependencies

    • cross-spawn@^7.0.6 (https://github.com/expo/spawn-async/commit/1b05ba2e253164e5357ec9ef2123820674a101f4)
    Open source →
  2. 1.7.217 Mar 2023
    Release notes

    Patches

    • Includes arguments in the error message if a command fails for easier debugging
    • Uses TypeScript 5 to emit JS
    • Excludes tests from the published npm package
    Open source →
  3. 1.7.117 Mar 2023

    Nothing published for this version

  4. 1.7.027 Jul 2022
    Release notes

    New features

    • Use export = in TypeScript so that both CommonJS and ES module projects can import this library (https://github.com/expo/spawn-async/pull/41)
    Open source →
  5. 1.7.0-rc.027 Jul 2022pre-release

    Nothing published for this version

  6. 1.6.027 Jan 2022

    Nothing published for this version

  7. 1.5.030 May 2019

    Nothing published for this version

  8. 1.4.219 Apr 2019

    Nothing published for this version

  9. 1.4.021 Nov 2018
    Release notes

    Changes

    • Convert to TypeScript and publish TypeScript declarations and source maps
    • Compile source with tsc instead of Babel (should not be a breaking change)
    • Upgrade from cross-spawn 5.x to 6.x
    Open source →
  10. 1.3.028 Jul 2017

    Nothing published for this version

  11. 1.2.828 Apr 2017

    Nothing published for this version