@travetto/boot
Advanced tools
Comparing version 0.6.4 to 0.6.5
const fs = require('fs'); | ||
const root = process.env.INIT_CWD || process.cwd(); | ||
['tsconfig.json', 'tslint.json'] | ||
.filter(f => !fs.existsSync(`${process.cwd()}/${f}`)) | ||
.filter(f => !fs.existsSync(`${root}/${f}`)) | ||
.forEach(f => { | ||
const conf = JSON.stringify({ extends: `./node_modules/@travetto/boot/${f}` }); | ||
fs.writeFileSync(`${process.cwd()}/${f}`, conf); | ||
fs.writeFileSync(`${root}/${f}`, conf); | ||
}); | ||
@@ -9,0 +11,0 @@ |
@@ -45,3 +45,3 @@ { | ||
}, | ||
"version": "0.6.4" | ||
"version": "0.6.5" | ||
} |
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
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
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
39559
508
13