Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-jw-player

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jw-player - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

5

dist/helpers/get-player-opts.js

@@ -6,2 +6,5 @@ 'use strict';

});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
function getPlayerOpts(opts) {

@@ -56,5 +59,5 @@ var aspectRatio = opts.aspectRatio,

return Object.assign(playerOpts, customProps);
return _extends(playerOpts, customProps);
}
exports.default = getPlayerOpts;

3

package.json
{
"name": "react-jw-player",
"version": "1.6.0",
"version": "1.7.0",
"description": "A React component for launching JW Player instances on the client.",

@@ -36,2 +36,3 @@ "main": "dist/react-jw-player.js",

"babel-cli": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.18.0",

@@ -38,0 +39,0 @@ "babel-preset-react": "^6.16.0",

Sorry, the diff of this file is not supported yet

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