New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

parse-tar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-tar

parse tar files in pure javascript

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
7
-75.86%
Maintainers
1
Weekly downloads
 
Created
Source

Parse Tar

A simple TypeScript/JavaScript program to untar files from a tarball.

Streaming untar is planned.

Documentation

This module exports the parseTar function which accepts a tar file as Blob, ArrayBuffer or any ArrayBufferLike objects.

This function will return a promise of array of parsed TarFiles.

TarFile is a TypeScript class which holds all the information of a file

Keywords

js

FAQs

Package last updated on 06 Aug 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