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

tarzan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tarzan

Package tarballs with options

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
9
-18.18%
Maintainers
1
Weekly downloads
 
Created
Source

tarzan

Package tarballs with options

Install

npm install tarzan --save

Usage

var fs = require('fs');
var tarzan = require('tarzan');
var write = fs.createWriteStream('path/to/package.tar');

var pack = tarzan({
  directory: 'path/to/somewhere',
  ignore: ['**/node_modules']
});

pack.pipe(write);

Options

  • directory - the directory to package
  • ignore - an array of file globs to skip when packaging files

Run Tests

npm install
npm test

Keywords

tar

FAQs

Package last updated on 17 Jun 2014

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