
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@playkit-js/entry-feedback
Advanced tools
[](https://app.travis-ci.com/kaltura/playkit-js-plugin-example) [](https://www.npmjs.com/p
playkit-js-entry-feedback is a kaltura player which allows to send an entry feedback.
It relies on kaltura player core API for managing UI features.
playkit-js-plugin-example is written in ECMAScript6 (*.js
) and TypeScript (*.ts
) (strongly typed superset of ES6),
and transpiled in ECMAScript5 using Babel and the TypeScript compiler.
Webpack is used to build the distro bundle and serve the local development environment.
You should send ks with the plugin provider at the Demo page. I took it from KMS user by inspecting devtool at this path: KalturaPlayer.getPlayers()['kplayer'] -> Target.config.provider.ks
Show a feedback window once plugin is clicked. all option there are customizeable using entry-feedback kms module: module-entryfeedback
# First, checkout the repository and install the required dependencies
git clone https://github.com/Kaltura-PS/playkit-js-entry-feedback.git
# Navigate to the repo dir
cd playkit-js-entry-feedback
# Run dev-server for demo page (recompiles on file-watch, and write to actual dist fs artifacts)
yarn
yarn build
yarn dev
# Before submitting a PR - Run the pre commit command
npm run pre:commit
# this command will run:
# 1. types check
# 2. lint check
# 3. generate/update types
# 4. generate/update docs
The dev server will host files on port 8000. Once started, the demo can be found running at http://localhost:8000/.
Before submitting a PR, please see our contribution guidelines.
Run linter:
npm run lint:check
Run linter with auto-fix mode:
yarn run lint:fix
Run prettier to format code
yarn run prettier:fix
Run type-check to verify TypeScript types
yarn run types:check
Run all tests at once:
yarn test
Run unit tests in watch mode:
yarn run test:watch
An overview of this project's design, can be found here.
use the version you want at the uiCong: "playkit-entry-feedback": "1.0.2"
and at the config:
plugins: {
entryFeedback: {},
}
Make sure module-entryfeedback is enabled. Loging to mediaspce to any entry page and see the plugin.
https://kaltura.github.io/playkit-js-plugin-example/demo/index.html
playkit-js-plugin-example is only compatible with browsers supporting MediaSource extensions (MSE) API with 'video/MP4' mime-type inputs.
playkit-js-plugin-example is supported on:
playkit-js-plugin-example is released under Apache 2.0 License
FAQs
[](https://app.travis-ci.com/kaltura/playkit-js-plugin-example) [](https://www.npmjs.com/p
The npm package @playkit-js/entry-feedback receives a total of 0 weekly downloads. As such, @playkit-js/entry-feedback popularity was classified as not popular.
We found that @playkit-js/entry-feedback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.