Comparing version 0.2.19 to 0.2.20
11
index.js
@@ -5,4 +5,4 @@ | ||
/** | ||
* @version 0.2.19 | ||
* @date 2014-11-11 | ||
* @version 0.2.20 | ||
* @date 2014-11-26 | ||
* @license MIT License | ||
@@ -176,4 +176,5 @@ */ | ||
var output = readFile(args.template) | ||
.replace(/[\r\n]+/g, "\n") | ||
.replace(/\n\s*\n/g, "\n") | ||
.replace(/\t/g, " ") | ||
.replace(/\t/g, " ") | ||
.replace(/\s+</g, "<") | ||
@@ -290,3 +291,5 @@ .replace(/<!--[\s\S]*?-->/g, "") | ||
out = out.replace(/\/\*[^@!][\s\S]*?\*\//g, "") | ||
out = out | ||
.replace(/[\r\n]+/g, "\n") | ||
.replace(/\/\*[^@!][\s\S]*?\*\//g, "") | ||
@@ -293,0 +296,0 @@ //TODO:sprite |
{ | ||
"name": "buildman", | ||
"version": "0.2.19", | ||
"version": "0.2.20", | ||
"stability": 1, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@version 0.2.19 | ||
@date 2014-11-11 | ||
@version 0.2.20 | ||
@date 2014-11-26 | ||
@stability 1 - Experimental | ||
@@ -5,0 +5,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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
6
3
48417
41
981