compress-commons
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -214,6 +214,6 @@ /** | ||
// size of the ZIP64 EOCD record | ||
this.write(zipUtil.getEightBytes((constants.SHORT * 2) + (constants.LONG * 2) + (8 * 4))); | ||
this.write(zipUtil.getEightBytes(56)); | ||
// version made by | ||
this.write(zipUtil.getShortBytes((constants.PLATFORM_UNIX << 8) | constants.VERSION_MADEBY)); | ||
this.write(zipUtil.getShortBytes(constants.MIN_VERSION_ZIP64)); | ||
@@ -220,0 +220,0 @@ // version to extract |
{ | ||
"name": "compress-commons", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "a library that defines a common interface for working with archive formats within node", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ctalkington/node-compress-commons", |
@@ -1,2 +0,2 @@ | ||
# Compress Commons v0.2.3 [![Build Status](https://travis-ci.org/ctalkington/node-compress-commons.svg?branch=master)](https://travis-ci.org/ctalkington/node-compress-commons) | ||
# Compress Commons v0.2.4 [![Build Status](https://travis-ci.org/ctalkington/node-compress-commons.svg?branch=master)](https://travis-ci.org/ctalkington/node-compress-commons) | ||
@@ -3,0 +3,0 @@ Compress Commons is a library that defines a common interface for working with archive formats within node. |
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
32265