tar-stream
Advanced tools
Comparing version 0.3.2 to 0.3.3
var ZEROS = '0000000000000000000'; | ||
var ZERO_OFFSET = '0'.charCodeAt(0); | ||
var USTAR = 'ustar00'; | ||
var USTAR = 'ustar\x0000'; | ||
@@ -5,0 +5,0 @@ var clamp = function(index, len, defaultValue) { |
{ | ||
"name": "tar-stream", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"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": "git://github.com:mafintosh/tar-stream.git", |
@@ -50,3 +50,3 @@ # tar-stream | ||
stream.on('end', function() { | ||
next(); // ready for next entry | ||
callback(); // ready for next entry | ||
}); | ||
@@ -53,0 +53,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
120865
0