veplayer-mp-douyin
Advanced tools
Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "veplayer-mp-douyin", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"license": "MIT", | ||
@@ -31,3 +31,6 @@ "miniprogramType": "tt-npm", | ||
"xgplayer-service-miniprogram": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"fs-extra": "^11.1.1" | ||
} | ||
} |
const path = require('path'); | ||
const fs = require('fs'); | ||
const fs = require('fs-extra'); | ||
@@ -23,3 +23,3 @@ async function main() { | ||
targetPath = path.join(__dirname, `../../${isExitSrc ? 'src/' : '' }ttcomponents/veplayer-mp-douyin`); | ||
fs.cpSync(sourcePath, targetPath, { recursive: true }); | ||
fs.copySync(sourcePath, targetPath, { overwrite: true }); | ||
} | ||
@@ -26,0 +26,0 @@ } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
130126
1