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

tal

Package Overview
Dependencies
Maintainers
9
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tal - npm Package Compare versions

Comparing version 7.4.0 to 7.4.1

2

bower.json
{
"name": "tal",
"version": "7.4.0",
"version": "7.4.1",
"homepage": "http://fmtvp.github.io/tal/index.html",

@@ -5,0 +5,0 @@ "description": "TAL was developed internally within the BBC as a way of vastly simplifying TV application development whilst increasing the reach of BBC TV applications such as iPlayer. Today all of the BBC’s HTML-based TV applications are built using TAL.",

{
"name": "tal",
"license": "Apache-2.0",
"version": "7.4.0",
"version": "7.4.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -85,8 +85,7 @@ /**

if (this._isHlsMimeType()) {
this._openStreamingPlayerPlugin();
if (this._isLiveMedia()) {
this._source += '|HLSSLIDING|COMPONENT=HLS';
this._openStreamingPlayerPlugin();
} else {
this._source += '|COMPONENT=HLS';
this._openPlayerPlugin();
}

@@ -93,0 +92,0 @@ } else {

Sorry, the diff of this file is too big to display

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