react-jw-player
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -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; |
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
73346
1775
14
1