Socket
Socket
Sign inDemoInstall

bigscreen-player

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigscreen-player - npm Package Compare versions

Comparing version 5.6.5 to 5.6.6

dist/esm/imscsubtitles-71f16ff0.js

2

CONTRIBUTING.md

@@ -37,2 +37,2 @@ # Contributing

**Note:** Other BBC teams may wish to test and release their contributions themselves. In these cases, please reference your Jira ticket and add your test plan (in line with our [test guidelines](https://github.com/bbc/bigscreen-player/wiki/Areas-Impacted)) to the Pull Request for review.
**Note:** Other BBC teams may wish to test and release their contributions themselves. In these cases, please reference your Jira ticket and add your test plan (in line with our [test guidelines](https://github.com/bbc/bigscreen-player/wiki/Areas-Impacted)) to the Pull Request for review.

@@ -1,1 +0,1 @@

export { B as BigscreenPlayer, c as LiveSupport, d as MediaKinds, M as MediaState, f as MockBigscreenPlayer, g as PauseTriggers, h as PlaybackStrategy, i as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-ba52ef8f.js';
export { B as BigscreenPlayer, c as LiveSupport, d as MediaKinds, M as MediaState, f as MockBigscreenPlayer, g as PauseTriggers, h as PlaybackStrategy, i as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-dde68e6d.js';
{
"name": "bigscreen-player",
"version": "5.6.5",
"version": "5.6.6",
"description": "Simplified media playback for bigscreen devices.",

@@ -5,0 +5,0 @@ "main": "dist/esm/main.js",

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

<img src="https://user-images.githubusercontent.com/6772464/124460623-7f3d9d80-dd87-11eb-9833-456c9f20bab7.png" width="300" alt="Bigscreen Player logo"/>
<img src="https://user-images.githubusercontent.com/6772464/124460623-7f3d9d80-dd87-11eb-9833-456c9f20bab7.png" width="300" alt="Bigscreen Player logo"/>

@@ -9,3 +9,3 @@ [![Build Status](https://github.com/bbc/bigscreen-player/actions/workflows/pull-requests.yml/badge.svg)](https://github.com/bbc/bigscreen-player/actions/workflows/npm-publish.yml) [![npm](https://img.shields.io/npm/v/bigscreen-player)](https://www.npmjs.com/package/bigscreen-player) [![GitHub](https://img.shields.io/github/license/bbc/bigscreen-player)](https://github.com/bbc/bigscreen-player/blob/master/LICENSE)

*Bigscreen Player* is an open source project developed by the BBC to simplify video and audio playback on a wide range of 'bigscreen' devices (TVs, set-top boxes, games consoles, and streaming devices).
_Bigscreen Player_ is an open source project developed by the BBC to simplify video and audio playback on a wide range of 'bigscreen' devices (TVs, set-top boxes, games consoles, and streaming devices).

@@ -17,2 +17,3 @@ For documentation on using this library, please see our [Getting Started guide](https://bbc.github.io/bigscreen-player/api/tutorial-Getting%20Started.html).

Install dependencies:
```bash

@@ -23,2 +24,3 @@ $ npm install

You can run Bigscreen Player locally in a dev environment by running:
```bash

@@ -33,5 +35,7 @@ $ npm run start

The project is unit tested using [Jest](https://jestjs.io/). To run the tests:
```bash
$ npm test
```
This project currently has unit test coverage but no integration test suite. This is on our Roadmap to address.

@@ -51,2 +55,3 @@

Bigscreen Player uses JSDocs to autogenerate API documentation. To regenerate the documentation run:
```bash

@@ -53,0 +58,0 @@ $ npm run docs

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