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

@jxstjh/jhvideo

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jxstjh/jhvideo - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "@jxstjh/jhvideo",
"version": "0.0.9",
"version": "0.0.10",
"description": "HTML5 jhvideo base on MPEG2-TS Stream Player",

@@ -5,0 +5,0 @@ "main": "./dist/jhvideo.js",

@@ -504,2 +504,6 @@ import * as Package from '../package.json'

videoBox.appendChild(header)
}
if (!streamOpt.hideFooterToolBar) {
const footer = creatFooterToolBar(this, streamOpt, prefixName)
videoBox.appendChild(footer)
if (streamOpt.streamtype === 'vod') {

@@ -510,6 +514,2 @@ const processBar = creatProcessToolBar(this, streamOpt, prefixName)

}
if (!streamOpt.hideFooterToolBar) {
const footer = creatFooterToolBar(this, streamOpt, prefixName)
videoBox.appendChild(footer)
}
// 有 speed 展示

@@ -516,0 +516,0 @@ const speed: HTMLElement = videoBox.querySelector('.speed')

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