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

tal

Package Overview
Dependencies
Maintainers
6
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 3.0.8 to 3.0.9

static/script-tests/tests/devices/broadcastsource/stubbedsourcetest.js

2

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

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

@@ -63,3 +63,3 @@ /**

assertException("Broadcast API not available on this device.", function() {
var broadcastSource = device.createBroadcastSource();
device.createBroadcastSource();
});

@@ -73,3 +73,3 @@ }, config);

assertException("Abstract class constructor should not be called directly", function() {
var broadcastSource = new BaseTvSource();
new BaseTvSource(); // jshint ignore:line
});

@@ -140,14 +140,3 @@ });

assertException("Base implementation throws exception when not overridden", function(){
broadcastSource.getState();
});
});
};
this.baseTvSource.prototype.testBaseBroadcastSourceGetCurrentChannelThrowsExceptionWhenNotOverridden = function(queue) {
expectAsserts(1);
queuedApplicationInit(queue, 'lib/mockapplication', ["antie/devices/broadcastsource/basetvsource"], function(application, BaseTvSource) {
extendBaseTvSourceWithNoOverriddenMethods(BaseTvSource);
var broadcastSource = new BaseTvSource();
assertException("Device broadcast source does not override abstract method getCurrentChannel", function() {
broadcastSource.getCurrentChannel();
broadcastSource.getState();
});

@@ -168,3 +157,3 @@ });

this.baseTvSource.prototype.testBaseBroadcastSourceGetChannelListThrowsExceptionWhenNotOverridden = function(queue) {
this.baseTvSource.prototype.testBaseBroadcastSourceGetChannelNameListThrowsExceptionWhenNotOverridden = function(queue) {
expectAsserts(1);

@@ -175,3 +164,3 @@ queuedApplicationInit(queue, 'lib/mockapplication', ["antie/devices/broadcastsource/basetvsource"], function(application, BaseTvSource) {

assertException("Device broadcast source does not override abstract method getChannelList", function() {
broadcastSource.getChannelList();
broadcastSource.getChannelNameList();
});

@@ -183,2 +172,2 @@ });

})();
})();

@@ -1,2 +0,7 @@

require(
/**
* @preserve Copyright (c) 2015 British Broadcasting Corporation. All rights reserved.
* @license See https://github.com/fmtvp/tal/blob/master/LICENSE for full licence
*/
require(
[

@@ -82,2 +87,2 @@ 'antie/devices/storage/xboxpls',

}
);
);
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