extract-zip
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -68,2 +68,7 @@ var fs = require('fs') | ||
// check for windows weird way of specifying a directory | ||
// https://github.com/maxogden/extract-zip/issues/13#issuecomment-154494566 | ||
var madeBy = entry.versionMadeBy >> 8 | ||
if (!isDir) isDir = (madeBy === 0 && entry.externalFileAttributes === 16) | ||
// if no mode then default to readable | ||
@@ -70,0 +75,0 @@ if (mode === 0) { |
{ | ||
"name": "extract-zip", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "unzip a zip file into a directory using 100% pure gluten-free organic javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,4 @@ # extract-zip | ||
[![build status](http://img.shields.io/travis/maxogden/extract-zip.svg?style=flat)](http://travis-ci.org/maxogden/extract-zip) | ||
## Installation | ||
@@ -12,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6963
7
135
44