Socket
Socket
Sign inDemoInstall

@u-wave/react-youtube

Package Overview
Dependencies
21
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.0

2

lib/rollup.es.js
import React from 'react';
import PropTypes from 'prop-types';
import loadScript from 'load-script';
import loadScript from 'load-script2';

@@ -5,0 +5,0 @@ var eventNames = {

@@ -9,3 +9,3 @@ 'use strict';

var PropTypes = _interopDefault(require('prop-types'));
var loadScript = _interopDefault(require('load-script'));
var loadScript = _interopDefault(require('load-script2'));

@@ -12,0 +12,0 @@ var eventNames = {

{
"name": "@u-wave/react-youtube",
"version": "0.1.2",
"version": "0.2.0",
"description": "YouTube player component for React.",

@@ -33,3 +33,3 @@ "main": "lib/rollup.js",

"dependencies": {
"load-script": "^1.0.0",
"load-script2": "^1.0.0",
"prop-types": "^15.5.4"

@@ -36,0 +36,0 @@ },

/* global window */
import loadScript from 'load-script';
import loadScript from 'load-script2';

@@ -4,0 +4,0 @@ function loadSdk() {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc