Comparing version 4.0.0 to 4.0.1
@@ -8,3 +8,3 @@ 'use strict'; | ||
if (stdin.isTTY) { | ||
cb(''); | ||
setImmediate(cb, ''); | ||
return; | ||
@@ -34,3 +34,3 @@ } | ||
if (stdin.isTTY) { | ||
cb(new Buffer('')); | ||
setImmediate(cb, new Buffer('')); | ||
return; | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "get-stdin", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Easier stdin", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
1940