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

node-targz

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-targz - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "node-targz",
"version": "0.0.2",
"description": "Simple gzip compression and decompression utility for Node.js",
"version": "0.0.3",
"description": "Simple gzip compression and decompression library for Node.js",
"keywords": [

@@ -6,0 +6,0 @@ "compression",

@@ -15,4 +15,4 @@ ### Simple gzip compression and decompression utility for Node.js

tarGzip.compress({
source: './example',
destination: 'example.tar.gz',
source: '../example',
destination: '../example.tar.gz',
level: 6, // optional

@@ -22,4 +22,6 @@ memLevel: 6 // optional

tarGzip.decompress({
source: 'example.tar.gz',
destination: './example'
source: '../example.tar.gz',
destination: './unpack-example'
}, function () {
console.log('done');
});

@@ -26,0 +28,0 @@ });

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