Socket
Socket
Sign inDemoInstall

tal

Package Overview
Dependencies
Maintainers
11
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 9.1.2 to 9.1.3

2

bower.json
{
"name": "tal",
"version": "9.1.2",
"version": "9.1.3",
"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": "9.1.2",
"version": "9.1.3",
"repository": {

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

@@ -28,3 +28,3 @@ /**

var self = this;
this._videoTag = document.getElementByTag(DOM_ELEMENT_TAG)[0];
this._videoTag = document.getElementsByTagName(DOM_ELEMENT_TAG)[0];

@@ -31,0 +31,0 @@ // adding as instance rather then class var as module instantiated via method

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