tar-stream
Advanced tools
Comparing version 0.4.7 to 1.0.0
{ | ||
"name": "tar-stream", | ||
"version": "0.4.7", | ||
"version": "1.0.0", | ||
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -57,6 +57,7 @@ # tar-stream | ||
stream.resume() // just auto drain the stream | ||
stream.on('end', function() { | ||
callback() // ready for next entry | ||
}) | ||
stream.resume() // just auto drain the stream | ||
}) | ||
@@ -63,0 +64,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
134356
0
130