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

@codesweetly/react-youtube-playlist

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codesweetly/react-youtube-playlist - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "@codesweetly/react-youtube-playlist",
"version": "0.3.0",
"version": "0.3.1",
"description": "A React component for displaying YouTube video playlists on a web app. Create a beautiful gallery of YouTube videos that play with a lightbox",
"homepage": "https://codesweetly.com",
"homepage": "https://codesweetly.com/react-youtube-playlist",
"main": "./src/components/YouTubePlaylist.js",

@@ -7,0 +7,0 @@ "author": "Oluwatobi Sofela (https://www.codesweetly.com)",

@@ -12,2 +12,6 @@ # React YouTube Playlist

## Live Demo and Tutorial
Available at: https://codesweetly.com/react-youtube-playlist
## Installation

@@ -41,1 +45,8 @@

```
## Required Props
| Props | Description |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `apiKey` | The `apiKey` props is a string value that specifies your project's YouTube API key. ([Learn how to get an API key](https://youtu.be/N18czV5tj5o)) |
| `playlistId` | The `playlistId` props is a string value that specifies the ID of the YouTube playlist you wish to display. **Note:** A playlist's ID is the list of characters after the **"list="** in the [URL](/web-address-url)—for instance, `https://www.youtube.com/playlist?list=playlistID`. |
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