decompress-targz icon indicating copy to clipboard operation
decompress-targz copied to clipboard

tar.gz plugin for decompress

Results 2 decompress-targz issues
Sort by recently updated
recently updated
newest added

[email protected] is vulnerable - https://security.snyk.io/vuln/SNYK-JS-FILETYPE-2958042 Please use version 16.5.4 or higher

When I try to extract a 3,1GB `.targz` archive, using this a stream pipe: ```javascript const decompressTargz = require('decompress-targz'); const stream = fs.createReadStream(tmpPath); const files = await decompressTargz()(stream); if(files &&...