You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

veplayer-mp-wechat

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veplayer-mp-wechat - npm Package Compare versions

Comparing version

to
0.0.15-alpha.21

2

package.json
{
"name": "veplayer-mp-wechat",
"version": "0.0.15-alpha.1",
"version": "0.0.15-alpha.21",
"license": "MIT",

@@ -5,0 +5,0 @@ "miniprogram": "dist",

@@ -5,3 +5,4 @@ const path = require('path');

async function main() {
const isUni = fs.existsSync(path.join(__dirname, '../../node_modules/@dcloudio'));
const isExitSrc = fs.existsSync(path.join(__dirname, '../../src'));
const isUni = fs.existsSync(path.join(__dirname, '../../node_modules/@dcloudio')) || fs.existsSync(path.join(__dirname, `../../${isExitSrc ? 'src/' : '' }/pages.json`));
const isTaro = fs.existsSync(path.join(__dirname, '../../node_modules/@tarojs'));

@@ -8,0 +9,0 @@