Socket
Socket
Sign inDemoInstall

compress-commons

Package Overview
Dependencies
Maintainers
1
Versions
43
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 1.2.1 to 1.2.2

6

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

@@ -91,6 +91,4 @@ /**

ZipArchiveOutputStream.prototype._appendStream = function(ae, source, callback) {
if (ae.getMethod() !== constants.METHOD_STORED) {
ae.getGeneralPurposeBit().useDataDescriptor(true);
ae.setVersionNeededToExtract(constants.MIN_VERSION_DATA_DESCRIPTOR);
}
ae.getGeneralPurposeBit().useDataDescriptor(true);
ae.setVersionNeededToExtract(constants.MIN_VERSION_DATA_DESCRIPTOR);

@@ -97,0 +95,0 @@ this._writeLocalFileHeader(ae);

{
"name": "compress-commons",
"version": "1.2.1",
"version": "1.2.2",
"description": "a library that defines a common interface for working with archive formats within node",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/archiverjs/node-compress-commons",

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