New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-stream-zip

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stream-zip - npm Package Compare versions

Comparing version 1.10.1 to 1.11.0

4

node_stream_zip.js

@@ -96,3 +96,3 @@ /**

DEFLATED : 8, // deflated
ENHANCED_DEFLATED: 9, // enhanced deflated
ENHANCED_DEFLATED: 9, // deflate64
PKWARE : 10,// PKWare DCL imploded

@@ -382,3 +382,3 @@ // 11 reserved

if (entry.method === consts.STORED) {
} else if (entry.method === consts.DEFLATED || entry.method === consts.ENHANCED_DEFLATED) {
} else if (entry.method === consts.DEFLATED) {
entryStream = entryStream.pipe(zlib.createInflateRaw());

@@ -385,0 +385,0 @@ } else {

{
"name": "node-stream-zip",
"version": "1.10.1",
"version": "1.11.0",
"description": "node.js library for reading and extraction of ZIP archives",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,3 +12,3 @@ # node-stream-zip [![Build status](https://travis-ci.org/antelle/node-stream-zip.svg?branch=master)](https://travis-ci.org/antelle/node-stream-zip)

- decompression with built-in zlib module
- deflate, deflate64, sfx, macosx/windows built-in archives
- deflate, sfx, macosx/windows built-in archives
- ZIP64 support

@@ -15,0 +15,0 @@

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