Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tar-compress-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-compress-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

25

.eslintrc.json
{
"env": {
"es6": true,
"node": true
},
"extends": "airbnb-base",
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"indent": [
"error",
"tab"
],
"no-console": [
"error",
{
"allow": [
"warn",
"error"
]
}
],
"no-tabs": "off"
}
"extends": "eslint-config-wzx"
}

1

.prettierrc.json
{
"endOfLine": "lf",
"singleQuote": true,
"trailingComma": "all"
}
{
"name": "tar-compress-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Use tar to pack and unpack file",

@@ -28,16 +28,15 @@ "bin": {

"dependencies": {
"fs-extra": "^7.0.1",
"tar": "^4.4.8",
"yargs": "^13.2.2"
"fs-extra": "^8.1.0",
"tar": "^6.0.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"eslint": "^5.15.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4"
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"eslint": "^6.8.0",
"eslint-config-wzx": "^0.0.2",
"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1"
}
}
# tar-compress-cli
[![npm version](https://badge.fury.io/js/tar-compress-cli.svg)](https://badge.fury.io/js/tar-compress-cli)
Use tar to pack and unpack file
# Installation
npm install -g tar-compress-cli
# Usage
tar-compress-cli <pack|unpack> [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