🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

bestzip

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bestzip - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+6
-3
package.json
{
"name": "bestzip",
"version": "2.2.1",
"version": "2.2.2",
"description": "Uses OS zip command if avaliable (for better performance and speed) or node.js version if there is no system command avaliable. Can be called via node or command line.",

@@ -20,3 +20,6 @@ "main": "lib/bestzip.js",

"license": "MIT",
"repository": "git@github.com:nfriedly/node-bestzip.git",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nfriedly/node-bestzip.git"
},
"homepage": "https://github.com/nfriedly/node-bestzip",

@@ -40,3 +43,3 @@ "files": [

"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"jest": "^29.7.0",
"klaw-sync": "^6.0.0",

@@ -43,0 +46,0 @@ "prettier": "^2.2.1",

# bestzip
[![Build status](https://travis-ci.org/nfriedly/node-bestzip.svg?branch=master)](https://travis-ci.org/nfriedly/node-bestzip)
[![tests](https://github.com/nfriedly/node-bestzip/actions/workflows/ci.yml/badge.svg)](https://github.com/nfriedly/node-bestzip/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/bestzip.svg)](https://www.npmjs.com/package/bestzip)

@@ -62,2 +62,3 @@ [![npm downloads](https://img.shields.io/npm/dm/bestzip)](https://www.npmjs.com/package/bestzip)

* `cwd`: Set the Current Working Directory that source and destination paths are relative to. Defaults to `process.cwd()`
* `level`: Set the level of compression. (Number 0-9, with 0 being no compression and 9 being the most compressed.)

@@ -64,0 +65,0 @@ ## How to control the directory structure