Socket
Socket
Sign inDemoInstall

@hola.org/videojs-thumbnails

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1-7 to 0.1.1-8

2

package.json
{
"name": "@hola.org/videojs-thumbnails",
"version": "0.1.1-7",
"version": "0.1.1-8",
"description": "progress bar thumbnails plugin for video.js",

@@ -5,0 +5,0 @@ "main": "videojs.thumbnails.js",

@@ -200,3 +200,5 @@ (function() {

}
if (setting.src && img.src != setting.src) {
var re = /^https?:\/\//i;
if (setting.src && img.src.replace(re, '//') !=
setting.src.replace(re, '//')) {
img.src = setting.src;

@@ -203,0 +205,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc