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.7.0 to 5.7.1

dist/esm/imscsubtitles-887fc761.js

2

dist/esm/main.js

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

export { B as BigscreenPlayer, b as LiveSupport, c as MediaKinds, M as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, j as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-ed4ed68c.js';
export { B as BigscreenPlayer, b as LiveSupport, c as MediaKinds, M as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, j as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-169ff180.js';
{
"name": "bigscreen-player",
"version": "5.7.0",
"version": "5.7.1",
"description": "Simplified media playback for bigscreen devices.",

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

"prepare": "[ ! -d dist/ ] && npm run build || exit 0",
"docs": "npx jsdoc -c jsdoc.conf.json",
"docs": "npm run docs:clean && npm run docs:build",
"docs:clean": "rm -r ./docs/api",
"docs:build": "jsdoc -c jsdoc.conf.json",
"build": "npm run build:clean && npm run build:bundle",

@@ -46,3 +48,3 @@ "build:clean": "rm -rf dist",

"babel-jest": "^27.0.6",
"clean-jsdoc-theme": "^3.2.7",
"clean-jsdoc-theme": "^4.2.7",
"eslint": "^8.27.0",

@@ -49,0 +51,0 @@ "eslint-plugin-import": "^2.26.0",

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

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

@@ -19,3 +19,3 @@ ## Running Locally

```bash
$ npm install
npm install
```

@@ -26,3 +26,3 @@

```bash
$ npm run start
npm run start
```

@@ -37,3 +37,3 @@

```bash
$ npm test
npm test
```

@@ -57,3 +57,3 @@

```bash
$ npm run docs
npm run docs
```

@@ -60,0 +60,0 @@

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