Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

compress-commons

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compress-commons - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

lib/archivers/zip/zip-archive-output-stream.js

@@ -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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc