Comparing version 1.0.1 to 1.0.2
const https = require('https') | ||
const path = require('path') | ||
@@ -57,3 +58,3 @@ function doBuildPages (config) { | ||
...config, | ||
...require(argv.config) | ||
...require(path.join(process.cwd(), argv.config)) | ||
} | ||
@@ -60,0 +61,0 @@ } catch (err) { |
{ | ||
"name": "gitee", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "a gitee scripts", | ||
@@ -5,0 +5,0 @@ "main": "gitee.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4298
91