Comparing version 1.1.5 to 1.1.6
@@ -6,4 +6,3 @@ const fs = require('fs') | ||
let exist = fs.existsSync(`${ process.cwd() }/deploy.config.js`) | ||
// const deployConfig = require(exist ? `${ process.cwd() }/deploy.config.js` : `${ __dirname.split('bin/')[0] }/init/deploy.config.js`) | ||
const deployConfig = require(`${ process.cwd() }/deploy.config.js`) | ||
const deployConfig = require(exist ? `${ process.cwd() }/deploy.config.js` : `${ __dirname.split('bin/')[0] }/init/deploy.config.js`) | ||
@@ -10,0 +9,0 @@ module.exports = { |
{ | ||
"name": "deployvue", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "deploy vue project", | ||
@@ -12,3 +12,3 @@ "bin": { | ||
"chalk": "^4.1.0", | ||
"commander": "^6.0.0", | ||
"commander": "^6.1.0", | ||
"node-ssh": "^6.0.0", | ||
@@ -15,0 +15,0 @@ "shelljs": "^0.8.4" |
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
17297
340
Updatedcommander@^6.1.0