Comparing version 1.1.1 to 1.1.2
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/tinyspawn", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -6,8 +6,3 @@ 'use strict' | ||
const eos = (stream, listener, buffer = []) => { | ||
stream[listener].on('data', data => { | ||
buffer.push(data) | ||
}) | ||
return buffer | ||
} | ||
const eos = (stream, listener, buffer = []) => stream[listener].on('data', data => buffer.push(data)) && buffer | ||
@@ -14,0 +9,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
9463
39