veplayer-mp-douyin
Advanced tools
Comparing version 1.0.2-alpha.4 to 1.0.2
@@ -224,4 +224,3 @@ "use strict"; | ||
ready() { | ||
const { controls, playBtnPosition } = this.properties; | ||
const { loadedMeta, paused } = this.data; | ||
const { controls } = this.properties; | ||
this.updateStatusOfShowLoading(); | ||
@@ -228,0 +227,0 @@ // console.log(`!!!!!Player${this.data.videoId} ready`, `controls:${controls}`, `data.controls:${this.data.controls}`) |
{ | ||
"name": "veplayer-mp-douyin", | ||
"version": "1.0.2-alpha.4", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -13,3 +13,2 @@ "miniprogramType": "tt-npm", | ||
"dist", | ||
"postinstall.js", | ||
"README.md" | ||
@@ -20,4 +19,3 @@ ], | ||
"release:alpha": "npm version prerelease --preid=alpha && npm run build && npm publish --tag alpha --registry=https://registry.npmjs.org", | ||
"build": "TRANSFORM_TYPE=douyin gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/douyin/", | ||
"postinstall": "node postinstall.js" | ||
"build": "TRANSFORM_TYPE=douyin gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/douyin/" | ||
}, | ||
@@ -32,5 +30,7 @@ "main": "src/index.js", | ||
"eventemitter3": "^5.0.1", | ||
"xgplayer-service-miniprogram": "^0.4.0", | ||
"xgplayer-service-miniprogram": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"fs-extra": "^11.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
1
0
1
130011
1
54
1977
- Removedfs-extra@^11.1.1
- Removedfs-extra@11.3.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removeduniversalify@2.0.1(transitive)