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 0.1.3 to 0.1.4

2

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

@@ -243,3 +243,3 @@ /**

ZipArchiveOutputStream.prototype._writeDataDescriptor = function(ae) {
if (ae.getGeneralPurposeBit().usesDataDescriptor()) {
if (!ae.getGeneralPurposeBit().usesDataDescriptor()) {
return;

@@ -246,0 +246,0 @@ }

{
"name": "compress-commons",
"version": "0.1.3",
"version": "0.1.4",
"description": "a library that defines a common interface for working with archives within node",

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

@@ -1,2 +0,2 @@

# Compress Commons v0.1.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.1.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 archives 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