@redbeemedia/javascript-player-plugins
Advanced tools
Comparing version 0.69.0 to 1.0.0
@@ -1,2 +0,2 @@ | ||
import type { RedBeePlayer } from "@redbeemedia/javascript-player"; | ||
import type { RedBeePlayer } from "@ericssonbroadcastservices/javascript-player"; | ||
export interface IPlayerInstanceInfo { | ||
@@ -3,0 +3,0 @@ playerVersion: string; |
@@ -1,2 +0,2 @@ | ||
import type { RedBeePlayer } from "@redbeemedia/javascript-player"; | ||
import type { RedBeePlayer } from "@ericssonbroadcastservices/javascript-player"; | ||
import { AbstractPlugin, IBasePluginOptions } from "./AbstractPlugin"; | ||
@@ -67,3 +67,3 @@ export interface IMuxData { | ||
viewer_application_version?: string; | ||
[key: string]: string | number | boolean; | ||
[key: string]: string | number | boolean | undefined; | ||
} | ||
@@ -81,3 +81,3 @@ export interface privacySettings { | ||
export declare class MuxDataPlugin extends AbstractPlugin { | ||
protected playerInstance: RedBeePlayer; | ||
protected playerInstance?: RedBeePlayer; | ||
protected playerId: string; | ||
@@ -87,3 +87,3 @@ protected sessionEnded: boolean; | ||
protected muxDataMetadata: IMuxData; | ||
protected privacySettings: privacySettings; | ||
protected privacySettings?: privacySettings; | ||
protected locale: string; | ||
@@ -90,0 +90,0 @@ protected mux: any; |
{ | ||
"name": "@redbeemedia/javascript-player-plugins", | ||
"version": "0.69.0", | ||
"version": "1.0.0", | ||
"description": "Plugins Javascript Module", | ||
"source": "src/main.ts", | ||
"main": "dist/main.js", | ||
"types": "dist/main.d.ts", | ||
"scripts": {}, | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [], | ||
@@ -19,5 +13,9 @@ "author": "", | ||
}, | ||
"types": "dist/main.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"peerDependencies": { | ||
"@redbeemedia/javascript-player": ">=0.65.0" | ||
"@redbeemedia/javascript-player": ">=1.0.0" | ||
} | ||
} | ||
} |
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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
109405
522
2
6
2