🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@aarnavtale/decompress-tarbz2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@aarnavtale/decompress-tarbz2

decompress tar.bz2 plugin

unpublished
latest
Source
npmnpm
Version
6.1.0
Version published
Maintainers
1
Created
Source

@xingrz/decompress-tarbz2 test

license issues stars commits

@xingrz/decompress .tar.bz2 plugin.

Install

npm install --save @xingrz/decompress-tarbz2

Usage

import decompress from '@xingrz/decompress';
import decompressTarbz2 from '@xingrz/decompress-tarbz2';

(async () => {
	await decompress('unicorn.tar.bz2', 'dist', {
		plugins: [
			decompressTarbz2()
		]
	});

	console.log('Files decompressed');
})();

API

decompressTarbz2(): (input: Buffer | Readable) => Promise<File[]>

Returns a Promise<File[]>.

input

Type: Buffer or stream.Readable

Buffer or stream to decompress.

License

MIT License

Keywords

bz2

FAQs

Package last updated on 20 Feb 2022

Did you know?

Socket

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.

Install

Related posts