Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "minify-all", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A tool that minifies all .js files in a folder and its nested folders", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joeyism/node-minify-all.git" | ||
}, | ||
"scripts": { | ||
@@ -25,2 +29,6 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"author": "Joey Sham <sham.joey@gmail.com> (http://www.joeyism.com)", | ||
"bugs": { | ||
"url": "https://github.com/joeyism/node-minify-all/issues" | ||
}, | ||
"homepage": "https://github.com/joeyism/node-minify-all#readme", | ||
"license": "ISC", | ||
@@ -27,0 +35,0 @@ "devDependencies": { |
@@ -34,6 +34,6 @@ # Minify-All | ||
**silent** | ||
* **silent** | ||
If silent mode is on, then logs of which files has been found won't be displayed | ||
**type** | ||
* **type** | ||
Determines the compression type the file should be put through. As **Minify-All** depends on **node-minify**, these types are defined by **node-minify** and can be found [here](https://www.npmjs.com/package/node-minify). If a type is not specified, then by default it is *uglifyjs* |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3686
1
1
1