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
1.2.2-alpha.4

postinstall.js

2

dist/index.js

@@ -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": {