Comparing version 0.0.55 to 0.0.56
@@ -85,5 +85,15 @@ /* | ||
config.outputDir = path.join(config.docRoot, config.outputDir); | ||
try { | ||
fs.statSync(config.outputDir); | ||
} catch(e) { | ||
fs.mkdirSync(config.outputDir, 0777) | ||
} | ||
config.testDirWeb = config.testDir; | ||
config.testDir = path.join(config.docRoot, config.testDir); | ||
try { | ||
fs.statSync(config.testDir); | ||
} catch(e) { | ||
fs.mkdirSync(config.testDir, 0777) | ||
} | ||
@@ -90,0 +100,0 @@ // Find Java executable |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["selenium", "test", "testing", "unit", "tests"], | ||
"version": "0.0.55", | ||
"version": "0.0.56", | ||
"author": "Mark Ethan Trostler <mark@zzo.com>", | ||
@@ -8,0 +8,0 @@ "preferGlobal": true, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2068396
79
4037
13
37