I have observed that when writing a lot of data very quickly to a stream spawned with this package, it cuts off the data at the end.
Specifically, I'm spawning gzip as a child process, writing to the SpawnStream instance directly, and also pipeing the output to disk via an fs.createWriteStream().