Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

decompress-zip

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decompress-zip - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

lib/structures.js

@@ -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

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