Socket
Socket
Sign inDemoInstall

react-jplayer

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jplayer - npm Package Compare versions

Comparing version 2.0.6 to 2.0.8

17

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.BrowserUnsupported = exports.CurrentTime = exports.Duration = exports.Download = exports.VolumeBarValue = exports.VolumeBar = exports.PlaybackRateBarValue = exports.PlaybackRateBar = exports.Repeat = exports.Play = exports.Mute = exports.FullScreen = exports.Title = exports.Audio = exports.Video = exports.Poster = exports.BufferBar = exports.PlayBar = exports.SeekBar = exports.Gui = exports.JPlayer = exports.connect = exports.reducer = exports.getInitialStates = exports.classes = undefined;
exports.BrowserUnsupported = exports.CurrentTime = exports.Duration = exports.Download = exports.VolumeBarValue = exports.VolumeBar = exports.PlaybackRateBarValue = exports.PlaybackRateBar = exports.Repeat = exports.Play = exports.Mute = exports.FullScreen = exports.Title = exports.Audio = exports.Video = exports.Poster = exports.BufferBar = exports.PlayBar = exports.SeekBar = exports.Gui = exports.JPlayer = exports.connect = exports.actions = exports.reducer = exports.getInitialStates = exports.classes = undefined;

@@ -17,2 +17,6 @@ var _getInitialStates = require('./initialState/getInitialStates');

var _actions = require('./actions/actions');
var actions = _interopRequireWildcard(_actions);
var _connect = require('./connect/connect');

@@ -108,11 +112,16 @@

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var reducer = {
/* eslint-disable max-len */
var jPlayerReducer = {
jPlayers: _reducer2.default
}; /* eslint-disable max-len */
};
exports.classes = _constants.classes;
exports.getInitialStates = _getInitialStates2.default;
exports.reducer = reducer;
exports.reducer = jPlayerReducer;
exports.actions = actions;
exports.connect = _connect2.default;

@@ -119,0 +128,0 @@ exports.JPlayer = _jPlayerContainer2.default;

{
"name": "react-jplayer",
"version": "2.0.6",
"version": "2.0.8",
"description": "Audio & Video jPlayer library for React",

@@ -33,3 +33,3 @@ "author": "Martin Dawson <u1356770@unimail.hud.ac.uk>",

"build": "rimraf lib && babel src --out-dir lib --ignore spec.js,spec.jsx",
"postinstall": "npm run build && npm run dist"
"preversion": "npm run dist && npm run build"
},

@@ -36,0 +36,0 @@ "pre-commit": [

/* eslint-disable max-len */
import getInitialStates from './initialState/getInitialStates';
import jPlayerReducer from './reducer/reducer';
import reducer from './reducer/reducer';
import * as actions from './actions/actions';
import connect from './connect/connect';

@@ -29,9 +30,9 @@ import Gui from './components/gui/guiContainer';

const reducer = {
jPlayers: jPlayerReducer,
const jPlayerReducer = {
jPlayers: reducer,
};
export { classes, getInitialStates, reducer, connect, JPlayer, Gui, SeekBar, PlayBar,
export { classes, getInitialStates, jPlayerReducer as reducer, actions, connect, JPlayer, Gui, SeekBar, PlayBar,
BufferBar, Poster, Video, Audio, Title, FullScreen,
Mute, Play, Repeat, PlaybackRateBar, PlaybackRateBarValue,
VolumeBar, VolumeBarValue, Download, Duration, CurrentTime, BrowserUnsupported };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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