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.3.0 to 7.4.0

static/script-tests/tests/devices/ps3basetest.js

2

bower.json
{
"name": "tal",
"version": "7.3.0",
"version": "7.4.0",
"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.3.0",
"version": "7.4.0",
"repository": {

@@ -16,4 +16,4 @@ "type": "git",

},
"engines" : {
"npm" : "~3.10.3"
"engines": {
"npm": "~3.10.3"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -77,6 +77,25 @@ /**

switch(data.command) {
case 'getContentParameters':
case 'contentAvailable':
case 'applicationStatusChange':
case 'networkStatusChange':
case 'contentAvailable':
case 'playerStatusChange':
case 'getContentParameters':
case 'playerSubtitle':
case 'playerStreamingError':
case 'playerError':
case 'playerMessage':
case 'externalParameter':
case 'shutdownNotification':
case 'fbAccessToken':
case 'psnActivityFeedResponse':
case 'onOskClose':
case 'touchPanelEvent':
case 'psnCommerceProductDataResponse':
case 'psnCommerceCategoryDataResponse':
case 'psnEntitlementList':
case 'psnCommercePurchaseProductResponse':
case 'psnCommerceCheckoutResponse':
case 'lowBatteryNotification':
case 'npAuthCodeResponse':
case 'resetVrPosition':
// multiple event listeners may be listening for these events

@@ -94,2 +113,6 @@ for(var i = 0; i < callbacks.length; i++) {

}
if (typeof window.postMessage === 'function') {
window.postMessage(data, '*');
}
},

@@ -96,0 +119,0 @@ addNativeEventListener: function(name, callback) {

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