Comparing version 0.1.0 to 0.1.1
@@ -11,3 +11,3 @@ 'use strict'; | ||
module.exports = function (buf) { | ||
if (!buf || buf.length < 4) { | ||
if (!buf || buf.length < 262) { | ||
return false; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "is-tar", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Check if a Buffer/Uint8Array is a TAR file", | ||
@@ -33,4 +33,5 @@ "license": "MIT", | ||
"browserify": "^3.44.2", | ||
"mocha": "^1.18.2" | ||
"mocha": "^1.18.2", | ||
"read-chunk": "^0.1.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
1597
205081
3