
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
assemble-middleware-decompress
Advanced tools
Assemble plugin for extracting zip, tar and tar.gz archives.

Assemble plugin for extracting zip, tar and tar.gz archives.
Upgrade notice! v0.2.0 or greater of this plugin depend on Assemble v0.5.0. This plugin will not work with Assemble v0.4.0!
Install with npm:
npm i assemble-middleware-decompress --save
Next, add the plugin to the Assemble options:
options: {
plugins: ['assemble-middleware-decompress', 'other/plugins/*.js']
}
Visit the plugins docs for more info about plugins or for help getting started.
Type: String
Default: undefined
Path the file or files to decompress.
Type: String
Default: undefined
Destination for the decompressed files.
assemble: {
options: {
plugins: ['assemble-contrib-download', 'assemble-middleware-decompress'],
download: {
repo: 'assemble/handlebars-helpers',
files: ['docs/helpers.zip'],
dest: 'tmp/'
}
decompress: {
files: ['tmp/helpers.zip'],
dest: 'docs/helpers/'
}
}
}
Here are some related projects you might be interested in from the Assemble core team.
Visit assemble.io/plugins for more information about Assemble plugins.
Find a bug? Have a feature request? Please create an Issue.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality,
and run docs in the command line to build the docs with Verb.
Pull requests are also encouraged, and if you find this project useful please consider "starring" it to show your support! Thanks!
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by grunt-verb on May 01, 2014.
FAQs
Assemble plugin for extracting zip, tar and tar.gz archives.
We found that assemble-middleware-decompress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.