Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "zip-local", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "zipping/uzipping local files and directories in one statement", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -5,3 +5,3 @@ # zip-local | ||
I was working on a poject and I needed something to zip and unzip local directories, so I went and searched on npm. I got quite a lot of results and all of them worked perfectly with files, but it when it came to directories each of them suffered from at least one of these three problems: | ||
I was working on a project and I needed something to zip and unzip local directories, so I went and searched on npm. I got quite a lot of results and all of them worked perfectly with files, but it when it came to directories each of them suffered from at least one of these three problems: | ||
* not being asynchronous | ||
@@ -104,3 +104,3 @@ * not being developer-friendly | ||
// prints ['hello-world.txt', 'cpp/hello-world.cpp', 'java/hello-world.java'] | ||
// logs ['hello-world.txt', 'cpp/hello-world.cpp', 'java/hello-world.java'] | ||
console.log(unzippedfs.contents()); | ||
@@ -107,0 +107,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39048