bigscreen-player
Advanced tools
Comparing version 8.1.1 to 8.2.0
@@ -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-e01b5eb1.js'; | ||
export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, 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, k as isMessage, l as isMetric, m as isTrace } from './main-3159416c.js'; |
{ | ||
"name": "bigscreen-player", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"type": "module", | ||
"description": "Simplified media playback for bigscreen devices.", | ||
@@ -8,3 +9,3 @@ "main": "dist/esm/main.js", | ||
"module": "dist/esm/main.js", | ||
"type": "module", | ||
"types": "dist/esm/main.d.ts", | ||
"files": [ | ||
@@ -15,10 +16,11 @@ "dist", | ||
"scripts": { | ||
"prepare": "[ ! -d dist/ ] && npm run build || exit 0", | ||
"postinstall": "[ -d .git/ ] && husky install || exit 0", | ||
"prepare": "if [ ! -d dist/ ]; then npm run build; fi", | ||
"postinstall": "if [ -d .git/ ]; then husky install; fi", | ||
"docs": "jsdoc -c jsdoc.conf.json", | ||
"build": "npm run build:clean && npm run build:bundle", | ||
"build:clean": "rm -rf dist", | ||
"build:bundle": "rollup -c rollup.config.js", | ||
"watch": "rollup -c rollup.config.js -w", | ||
"start": "rollup -c rollup.dev.config.js -w", | ||
"build": "npm run build:clean && npm run build:bundle && npm run build:tmp", | ||
"build:clean": "rm -rf dist/*", | ||
"build:bundle": "rollup --config rollup.config.js", | ||
"build:tmp": "rm -r dist/esm/__tmp", | ||
"watch": "rollup --watch --config rollup.config.js", | ||
"start": "rollup --watch --config rollup.dev.config.js", | ||
"test": "jest", | ||
@@ -29,19 +31,26 @@ "coverage": "jest --coverage", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.12", | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@babel/preset-env": "^7.16.11", | ||
"@rollup/plugin-alias": "^3.1.4", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^16.0.0", | ||
"@rollup/plugin-inject": "^4.0.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"babel-jest": "^27.0.6", | ||
"@babel/core": "^7.23.7", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.23.9", | ||
"@babel/preset-env": "^7.23.8", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rollup/plugin-alias": "^5.1.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-inject": "^5.0.5", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/jest": "^29.5.11", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
"babel-jest": "^29.7.0", | ||
"better-docs": "^2.7.3", | ||
"clean-jsdoc-theme": "^4.2.7", | ||
"eslint": "^8.27.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.4", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-sonarjs": "^0.16.0", | ||
"eslint-plugin-unicorn": "^49.0.0", | ||
"eslint-plugin-sonarjs": "^0.23.0", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"husky": "^8.0.3", | ||
@@ -51,9 +60,12 @@ "jest": "^29.5.0", | ||
"jsdoc": "^4.0.2", | ||
"prettier": "^2.7.1", | ||
"rollup": "^2.54.0", | ||
"prettier": "^3.1.1", | ||
"rollup": "^3.29.4", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-livereload": "^2.0.5", | ||
"rollup-plugin-polyfill-node": "^0.7.0", | ||
"rollup-plugin-polyfill-node": "^0.13.0", | ||
"rollup-plugin-serve": "^1.1.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-visualizer": "^5.5.2" | ||
"rollup-plugin-visualizer": "^5.5.2", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -60,0 +72,0 @@ "dependencies": { |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
325965
10
9239
38