react-jplayer
Advanced tools
Comparing version 2.0.6 to 2.0.8
@@ -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
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
4
598805
174
12742