veplayer-mp-wechat
Advanced tools
Comparing version
@@ -311,3 +311,3 @@ "use strict"; | ||
this.switchControls(_nextState, _nextAuto, true); | ||
window.clearTimeout(this._fTimer); | ||
clearTimeout(this._fTimer); | ||
this._fTimer = null; | ||
@@ -314,0 +314,0 @@ }, _delay)); |
@@ -149,2 +149,6 @@ "use strict"; | ||
const { value } = e.detail; | ||
const { duration } = this.data; | ||
if (!duration) { | ||
return; | ||
} | ||
const cTime = value * this.data.duration / 100; | ||
@@ -151,0 +155,0 @@ if (this.dragStartTime < 0) { |
{ | ||
"name": "veplayer-mp-wechat", | ||
"version": "1.2.2-alpha.3", | ||
"version": "1.2.2-alpha.4", | ||
"license": "MIT", | ||
@@ -13,2 +13,3 @@ "miniprogram": "dist", | ||
"dist", | ||
"postinstall.js", | ||
"README.md" | ||
@@ -19,3 +20,4 @@ ], | ||
"release:alpha": "npm version prerelease --preid=alpha && npm run build && npm publish --tag alpha --registry=https://registry.npmjs.org", | ||
"build": "TRANSFORM_TYPE=weapp gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/weapp/" | ||
"build": "TRANSFORM_TYPE=weapp gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/weapp/", | ||
"postinstall": "node postinstall.js" | ||
}, | ||
@@ -22,0 +24,0 @@ "dependencies": { |
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
143993
1.06%58
1.75%2402
1.22%1
Infinity%2
100%