New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-tj-youtube

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tj-youtube - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

7

lib/Youtube.js

@@ -13,2 +13,4 @@ 'use strict';

var _lodash = require('lodash');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -62,3 +64,3 @@

videoId: props.videoId,
playerVars: {
playerVars: (0, _lodash.extend)({
fs: 0,

@@ -76,3 +78,3 @@ rel: 0,

modestbranding: 0
},
}, props.options),
currentState: -1

@@ -203,2 +205,3 @@ };

Youtube.defaultProps = {
options: {},
autoPlay: false,

@@ -205,0 +208,0 @@ width: '100%',

{
"name": "react-tj-youtube",
"version": "0.0.1",
"version": "0.1.0",
"author": "Tony Jin <jsveron23@gmail.com>",

@@ -52,3 +52,2 @@ "description": "TJ Youtube iframe API for React",

"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",

@@ -59,3 +58,2 @@ "eslint-loader": "^1.6.1",

"dependencies": {
"classnames": "^2.2.5",
"react": "^15.4.0",

@@ -62,0 +60,0 @@ "react-dom": "^15.4.0"

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