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

decompress

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decompress - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

index.js

@@ -111,3 +111,3 @@ 'use strict';

var dest;
var dir = path.dirname(entry.entryName.toString()).split(path.sep);
var dir = path.dirname(entry.entryName.toString()).split('/');
var file = path.basename(entry.rawEntryName.toString());

@@ -114,0 +114,0 @@

{
"name": "decompress",
"version": "0.2.3",
"version": "0.2.4",
"description": "Easily extract zip, tar and tar.gz archives",

@@ -5,0 +5,0 @@ "license": "MIT",

# decompress [![Build Status](https://travis-ci.org/kevva/decompress.svg?branch=master)](https://travis-ci.org/kevva/decompress)
> Easily extract `.zip`, `.tar` and `.tar.gz` archives. Based on the extract utility in [Bower](https://github.com/bower/bower).
> Easily extract `.zip`, `.tar` and `.tar.gz` archives

@@ -69,4 +69,2 @@ ## Install

You can also use it as a CLI app by installing it globally:
```bash

@@ -76,4 +74,2 @@ $ npm install --global decompress

### Usage
```bash

@@ -97,2 +93,2 @@ $ decompress --help

[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](http://kevinmartensson.com)
MIT © [Kevin Mårtensson](http://kevinmartensson.com)
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