Comparing version 1.1.2 to 1.1.3
@@ -6,3 +6,3 @@ { | ||
"keywords": ["tar", "untar", "asynchronous", "stream", "async", "chunk", "chunked"], | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
@@ -137,3 +137,3 @@ /*jshint strict:true node:true es5:true onevar:true laxcomma:true laxbreak:true*/ | ||
gid = opts.gid || 0; | ||
size = opts.size || input.length; | ||
size = opts.size || input.length || 0; | ||
@@ -140,0 +140,0 @@ data = { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13078
0