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.8 to 0.0.9

2

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

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

@@ -343,2 +343,3 @@ import * as Package from '../package.json'

// TODO:实例化播放器错误
this.emitter.emit(JPEvent.ERROR);
console.log(error)

@@ -373,3 +374,3 @@ }

filter((e) => this.playerOnCanPlay),
filter((e) => !this.ptzing),
filter((e) => !this.ptzing || !this.error),
debounceTime(50))

@@ -505,4 +506,6 @@ .subscribe(

videoBox.appendChild(header)
const processBar = creatProcessToolBar(this, streamOpt, prefixName)
videoBox.appendChild(processBar)
if (streamOpt.streamtype === 'vod') {
const processBar = creatProcessToolBar(this, streamOpt, prefixName)
videoBox.appendChild(processBar)
}
}

@@ -509,0 +512,0 @@ if (!streamOpt.hideFooterToolBar) {

@@ -68,2 +68,3 @@ import { type } from "os";

PAUSE = 'pause',
ERROR = 'error',
}
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