New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.3-alpha.11

1

dist/behaviors/interact_behavior.js

@@ -77,3 +77,2 @@ "use strict";

}
index_1.VE_DEBUGGER.log(TAG, 'created');
},

@@ -80,0 +79,0 @@ attached() {

2

dist/enums/index.js

@@ -27,3 +27,3 @@ "use strict";

exports.PKG = 'wechat';
exports.VERSION = '1.2.3-alpha.10';
exports.VERSION = '1.2.3-alpha.11';
/**

@@ -30,0 +30,0 @@ * 控制栏状态枚举

@@ -176,2 +176,5 @@ "use strict";

lifetimes: {
created() {
index_3.VE_DEBUGGER.debugger = this.properties.veDebugger;
},
attached() {

@@ -178,0 +181,0 @@ var _a;

@@ -48,2 +48,9 @@ "use strict";

},
/**
* 是否ended
*/
ended: {
type: Boolean,
value: false,
},
},

@@ -114,3 +121,3 @@ /**

onClick(e) {
const { paused } = this.data;
const { paused, ended } = this.data;
const data = {

@@ -123,3 +130,3 @@ actionType: 'switch_play_pause',

if (this.media) {
if (paused) {
if (paused || ended) {
this.media.play();

@@ -126,0 +133,0 @@ }

{
"name": "veplayer-mp-wechat",
"version": "1.2.3-alpha.10",
"version": "1.2.3-alpha.11",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet