Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@faintlines/video-player

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faintlines/video-player - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

dist/index.js

@@ -297,2 +297,6 @@ import React, { forwardRef, useState, useRef, useEffect, useContext } from 'react';

if (hlsUrl && SUPPORTS_HLS) {
return hlsUrl;
}
if (dashUrl && SUPPORTS_DASH) {

@@ -302,6 +306,2 @@ return dashUrl;

if (hlsUrl && SUPPORTS_HLS) {
return hlsUrl;
}
return fileUrl;

@@ -308,0 +308,0 @@ }

{
"name": "@faintlines/video-player",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -36,3 +36,3 @@ "license": "UNLICENSED",

},
"gitHead": "79445df30af239590c5517f14968f6b59ea31a13"
"gitHead": "6b54d3773f1c1495cfc20a3e7d2cad6704fb91e1"
}

Sorry, the diff of this file is not supported yet

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