Comparing version 1.2.11 to 1.2.12
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/tinyspawn", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -13,3 +13,5 @@ 'use strict' | ||
const eos = (stream, listener, buffer = []) => | ||
stream[listener].on('data', data => buffer.push(data)) && buffer | ||
stream[listener] | ||
? stream[listener].on('data', data => buffer.push(data)) && buffer | ||
: buffer | ||
@@ -16,0 +18,0 @@ const clean = str => str.trim().replace(/\n$/, '') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11759
66