szl-demo1@1.0.0 vulnerabilities

```javascript const copyDir = (sourcePath, targetPath) => { const flag1 = fs.existsSync(sourcePath) const flag2 = fs.existsSync(targetPath) // 1.容错处理 if (!flag1) { throw new Error("源目录不存在!!!" + sourcePath); return;

Direct Vulnerabilities

No direct vulnerabilities have been found for this package in Snyk’s vulnerability database. This does not include vulnerabilities belonging to this package’s dependencies.

Does your project rely on vulnerable package dependencies?

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides automated fixes for free.

Scan for indirect vulnerabilities