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.9 to 2.0.11

29

package.json
{
"name": "react-jplayer",
"version": "2.0.9",
"description": "Audio & Video jPlayer library for React",
"version": "2.0.11",
"description": "Html5 audio and video player library for React",
"author": "Martin Dawson <u1356770@unimail.hud.ac.uk>",

@@ -15,6 +15,10 @@ "repository": {

"react-component",
"redux",
"react",
"jPlayer",
"audio",
"video"
"video",
"media",
"html5",
"player"
],

@@ -24,2 +28,7 @@ "homepage": "https://github.com/MartinDawson/react-jPlayer",

"main": "./lib/index.js",
"files": [
"dist",
"lib",
"src"
],
"scripts": {

@@ -35,8 +44,6 @@ "lint": "eslint --fix --ext .jsx,.js ./examples ./src",

"build": "rimraf lib && babel src --out-dir lib --ignore spec.js,spec.jsx",
"preversion": "npm run dist && npm run build"
"preversion": "npm test && npm run lint",
"version": "npm run dist && npm run build",
"postversion": "git push && git push --tags"
},
"pre-commit": [
"lint",
"test"
],
"browserslist": [

@@ -118,3 +125,2 @@ "chrome >= 15",

"postcss-loader": "^1.2.1",
"pre-commit": "^1.2.2",
"react": "^15.0.0",

@@ -144,8 +150,3 @@ "react-addons-test-utils": "^15.4.1",

"screenfull": "^3.0.2"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
}
}
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