Socket
Socket
Sign inDemoInstall

cueplayer-react

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cueplayer-react - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/setupTests.js

@@ -7,3 +7,3 @@ "use strict";

var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16"));
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17"));

@@ -10,0 +10,0 @@ /* eslint import/no-extraneous-dependencies: "off" */

{
"name": "cueplayer-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "cueplayer-react is a web video player built from the ground up for an HTML5 world using React library.",

@@ -69,3 +69,4 @@ "main": "lib/index.js",

"Xiaolei Chen",
"Xiangkun Yang"
"Xiangkun Yang",
"Joel Hooks"
],

@@ -86,4 +87,4 @@ "license": "MIT",

"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^17.0.0"
},

@@ -112,3 +113,3 @@ "devDependencies": {

"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"eslint": "^5.16.0",

@@ -122,3 +123,3 @@ "eslint-config-airbnb": "^17.1.0",

"history": "^3.0.0",
"hls.js": "^0.6.10",
"hls.js": "^0.11.0",
"holderjs": "^2.9.6",

@@ -133,4 +134,4 @@ "husky": "^1.3.1",

"raw-loader": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.1",

@@ -137,0 +138,0 @@ "react-prism": "^4.3.2",

# cueplayer-react
Cueplayer.React is forked from cueplayer-react.
Cueplayer.React is forked from [video-react](https://github.com/video-react/video-react).
That project has been left unmaintained. The goals of this fork are to extend and rework this React based video player to support timeline markers and rewrite in typescript.
## Installation

@@ -84,3 +86,3 @@

- This project is a fork of [cueplayer-react](https://github.com/cueplayer-react/cueplayer-react)
- This project is a fork of [video-react](https://github.com/video-react/video-react)
- This project is heavily inspired by [video.js](http://www.videojs.com), and most of our css styles came from [video.js's styles](https://github.com/videojs/video.js/tree/master/src/css).

@@ -87,0 +89,0 @@ - The document site is built with [reactstrap](https://github.com/reactstrap/reactstrap).

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