veplayer-mp-wechat
Advanced tools
Comparing version 0.1.16 to 0.1.17-alpha.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const eventemitter3_1 = require("eventemitter3"); | ||
const xgplayer_service_miniprogram_1 = require("xgplayer-service-miniprogram/index.js"); | ||
const xgplayer_service_miniprogram_1 = require("xgplayer-service-miniprogram"); | ||
const videoBehavior_1 = require("./behaviors/videoBehavior"); | ||
@@ -6,0 +6,0 @@ const collectorBehavior_1 = require("./behaviors/collectorBehavior"); |
{ | ||
"name": "veplayer-mp-wechat", | ||
"version": "0.1.16", | ||
"version": "0.1.17-alpha.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,6 @@ "miniprogram": "dist", | ||
"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'); | ||
@@ -24,3 +24,3 @@ async function main() { | ||
targetPath = path.join(__dirname, `../../${isExitSrc ? 'src/' : '' }wxcomponents/veplayer-mp-wechat`); | ||
fs.cpSync(sourcePath, targetPath, { recursive: true }); | ||
fs.copySync(sourcePath, targetPath, { overwrite: true }); | ||
} | ||
@@ -27,0 +27,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
127862
1