line-async-iterator
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -15,5 +15,6 @@ "use strict"; | ||
} | ||
yield leftover; | ||
if (leftover) | ||
yield leftover; | ||
} | ||
exports.createLineIterator = createLineIterator; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "line-async-iterator", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Async Iterator for every line of a Readable Stream", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -19,3 +19,3 @@ import tty from 'tty'; | ||
yield leftover; | ||
if (leftover) yield leftover; | ||
} |
Sorry, the diff of this file is not supported yet
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
3751
73