Socket
Socket
Sign inDemoInstall

pretty-tar-tf

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pretty-tar-tf

Pretty print data piped from tar -tf for npm packaged .tgz files.


Version published
Weekly downloads
0
Maintainers
1
Install size
2.81 kB
Created
Weekly downloads
 

Readme

Source

pretty-tar-tf

Pretty print data piped from tar -tf for npm packaged .tgz files.

It strips the package prefix.

If node_modules are included they are listed at the end and the files are omitted.

install

npm i -g pretty-tar-tf

Usage

tar -tf myapp-1.1.1.tgz | pretty-tar-tf

package.json
.npmignore
README.md
app.js
index.js

lib/
  api.js
  health.js
  log.js

views/
  hello.hbs
  laborday.hbs
  partner.hbs


node_modules/
  body-parser
  express
  express-handlebars

FAQs

Last updated on 28 Feb 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc