Socket
Socket
Sign inDemoInstall

adm-zip

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adm-zip - npm Package Compare versions

Comparing version 0.5.13 to 0.5.14

2

methods/inflater.js

@@ -5,3 +5,3 @@ const version = +(process.versions ? process.versions.node : "").split(".")[0] || 0;

var zlib = require("zlib");
const option = version >= 15 ? { maxOutputLength: expectedLength } : {};
const option = version >= 15 && expectedLength > 0 ? { maxOutputLength: expectedLength } : {};

@@ -8,0 +8,0 @@ return {

{
"name": "adm-zip",
"version": "0.5.13",
"version": "0.5.14",
"description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",

@@ -5,0 +5,0 @@ "scripts": {

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