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.15 to 0.5.16

2

headers/entryHeader.js

@@ -186,3 +186,3 @@ var Utils = require("../util"),

get fileAttr() {
return uint16(_attr >> 16) & 0xfff;
return (_attr || 0) >> 16 & 0xfff;
},

@@ -189,0 +189,0 @@

{
"name": "adm-zip",
"version": "0.5.15",
"version": "0.5.16",
"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": {

@@ -297,3 +297,3 @@ const ZipEntry = require("./zipEntry");

mainHeader.offset = 0;
totalEntries = 0;
let totalEntries = 0;

@@ -300,0 +300,0 @@ for (const entry of this.entries) {

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