Comparing version 7.3.0 to 7.4.0
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5095844
627
98578
71