Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "crushit", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "CrushIt is a commandline tool for crawling web pages and compiling scripts", | ||
@@ -5,0 +5,0 @@ "homepage": "http://qawemlilo.github.io/crushit/", |
@@ -56,2 +56,3 @@ # CrushIt | ||
max - (Boolean) Perform maximum optimisation | ||
callback - (Function) Callback function that takes 2 arguments, the first one is an error flag or object and the second one is the output code | ||
@@ -70,7 +71,7 @@ ``` | ||
mangle: true, | ||
max: true, | ||
max: true | ||
}, | ||
function (error, code) { | ||
if (error) { | ||
console.log(error.msg); | ||
console.error(error); | ||
} | ||
@@ -92,3 +93,3 @@ else { | ||
if (error) { | ||
console.log(error.msg); | ||
console.error(error); | ||
} | ||
@@ -95,0 +96,0 @@ else { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
111
1
198367