New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

veplayer-mp-douyin

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veplayer-mp-douyin - npm Package Compare versions

Comparing version 1.2.3-alpha.10 to 1.2.3-alpha.11

1

dist/behaviors/industryBehavior.js

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

type: String,
value: '1',
}

@@ -38,0 +39,0 @@ },

2

dist/enums/index.js

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

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

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

@@ -389,4 +389,5 @@ "use strict";

const { isLoadingData, currentSrc, allowNullSource, videoId } = this.data;
const { tagType } = this.properties;
index_2.VE_DEBUGGER.log(videoId, 'onError', videoId, `isLoadingData:${isLoadingData} currentSrc:${!!currentSrc} allowNullSource:${allowNullSource} isReturn:${!currentSrc && (allowNullSource || isLoadingData)}`, e.detail);
if (!currentSrc && (allowNullSource || isLoadingData)) {
if (!currentSrc && (allowNullSource || isLoadingData) && tagType === 'video') {
console.warn('The is unavailable [src] or [playAutoToken] for playback, please check~~');

@@ -393,0 +394,0 @@ return;

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

@@ -5,0 +5,0 @@ "miniprogramType": "tt-npm",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc