New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

extract-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

index.js

@@ -12,12 +12,11 @@ #!/usr/bin/env node

.description(pkg.description)
.alias('extract')
.usage('<path/file_name>.<zip|rar|bz2|gz|tar|tbz2|tgz|Z|7z|xz|ex|tar.bz2|tar.gz|tar.xz>')
.option('-p, --peppers', 'Add peppers')
.option('-P, --pineapple', 'Add pineapple')
.option('-b, --bbq', 'Add bbq sauce')
.option(
'-c, --cheese [type]',
'Add the specified type of cheese [marble]', 'marble'
)
//.option('-p, --peppers', 'Add peppers')
//.option('-P, --pineapple', 'Add pineapple')
//.option('-b, --bbq', 'Add bbq sauce')
//.option(
// '-c, --cheese [type]',
// 'Add the specified type of cheese [marble]', 'marble'
//)
.parse(process.argv);

@@ -24,0 +23,0 @@ /*

{
"name": "extract-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "A command line tool for extracting any archive file.",

@@ -5,0 +5,0 @@ "main": "extract-cli.js",

# extract
A command line tool for extracting any archive file.
# TODO
- error checking; what to do when extracted already exists in folder
- incoporate pv file | mysql options
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc