Socket
Book a DemoInstallSign in
Socket

@playkit-js/common

Package Overview
Dependencies
Maintainers
6
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playkit-js/common

Pack of utils and ui-components for V7 player and plugins

latest
Source
npmnpm
Version
1.5.23
Version published
Maintainers
6
Created
Source

playkit-js-common

Build Status code style: prettier

Pack of utils and ui-components for V7 player and plugins.

Storybook page

https://kaltura.github.io/playkit-js-common

How to use

  • add @playkit-js/common into project dependencies (npm install @playkit-js/common or if yarn uses yarn add @playkit-js/common)
  • import methods, classes or components to project, f.e: import { A11yWrapper } from '@playkit-js/common/dist/hoc/a11y-wrapper';

Scripts

  • build build modules
  • dev watch on file changes and build modules
  • release bump package version and add changes from commits into CHANGELOG
  • pushTaggedRelease push latest tag to GitHub repo
  • storybook:install install dependencies of storybook submodule
  • storybook run dev-server for storybook (https://storybook.js.org/docs/preact/get-started/introduction)
  • storybook:build create static files for storybook
  • storybook:deploy push storybook static files to GitHub pages

Keywords

kaltura

FAQs

Package last updated on 14 Jan 2025

Did you know?

Socket

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.

Install

Related posts