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.1.9 to 0.1.10

3

index.js
'use strict';
var fs = require('fs');
var mapKey = require('map-key');
var mkdir = require('mkdirp');

@@ -89,3 +88,3 @@ var path = require('path');

src = src.toLowerCase();
return mapKey.endsWith(this.extractors, src);
return this.extractors[src];
};

@@ -92,0 +91,0 @@

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

@@ -33,4 +33,3 @@ "keywords": [

"tar": "^0.1.18",
"tempfile": "^0.1.2",
"map-key": "^0.1.0"
"tempfile": "^0.1.2"
},

@@ -37,0 +36,0 @@ "devDependencies": {

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