Comparing version 6.0.3 to 6.0.4
@@ -1,2 +0,2 @@ | ||
# Charge Long | ||
# Changelog | ||
@@ -3,0 +3,0 @@ ## 6.0 |
@@ -5,3 +5,3 @@ { | ||
"description": "tar for node", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "type": "git", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --follow-tags", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"genparse": "node scripts/generate-parse-fixtures.js", | ||
@@ -18,0 +18,0 @@ "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done" |
@@ -777,3 +777,3 @@ # node-tar | ||
header are added to the ReadEntry object. So it has `path`, `type`, | ||
`size, `mode`, and so on. | ||
`size`, `mode`, and so on. | ||
@@ -780,0 +780,0 @@ #### constructor(header, extended, globalExtended) |
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
149484