decompress-zip
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -56,4 +56,4 @@ 'use strict'; | ||
platform: 'Unix', | ||
type: types[(externalAttributes >> 60) & 0x0F], | ||
mode: (externalAttributes >> 48) & 0xFFF | ||
type: types[(externalAttributes >> 28) & 0x0F], | ||
mode: (externalAttributes >> 16) & 0xFFF | ||
}; | ||
@@ -60,0 +60,0 @@ |
{ | ||
"name": "decompress-zip", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Extract files from a ZIP archive", | ||
@@ -9,6 +9,4 @@ "main": "lib/decompress-zip.js", | ||
}, | ||
"bin": { | ||
"decompress-zip": "bin/decompress-zip" | ||
}, | ||
"repository": "bower/decompress-zip.git", | ||
"bin": "bin/decompress-zip", | ||
"repository": "bower/decompress-zip", | ||
"engines": { | ||
@@ -28,9 +26,4 @@ "node": ">=0.10.0" | ||
], | ||
"author": "Bower team", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/bower/bower/blob/master/LICENSE" | ||
} | ||
], | ||
"author": "Bower", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -47,6 +40,7 @@ "binary": "^0.3.0", | ||
"chai": "^1.10.0", | ||
"glob": "^4.3.2", | ||
"coveralls": "^2.11.2", | ||
"fs-jetpack": "~0.5.2", | ||
"grunt": "^0.4.1", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
@@ -57,5 +51,8 @@ "grunt-exec": "^0.4.2", | ||
"mocha": "^2.1.0", | ||
"request": "^2.51.0", | ||
"tmp": "0.0.24" | ||
} | ||
}, | ||
"files": [ | ||
"bin", | ||
"lib" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
# decompress-zip [![Build Status](https://travis-ci.org/bower/decompress-zip.svg?branch=master)](https://travis-ci.org/bower/decompress-zip) | ||
# decompress-zip [![Build Status](https://travis-ci.org/bower/decompress-zip.svg?branch=master)](https://travis-ci.org/bower/decompress-zip) [![Coverage Status](https://coveralls.io/repos/bower/decompress-zip/badge.png?branch=master)](https://coveralls.io/r/bower/decompress-zip?branch=master) | ||
@@ -3,0 +3,0 @@ > Extract files from a ZIP archive |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
0
30187
8
639