react-lite-youtube-embed
react-lite-youtube-embed copied to clipboard
📺 < A private by default, faster and cleaner YouTube embed component for React applications />
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Title pretty much says it all. I was curious so i wrote this custom hook who's return value i pass to the `poster` prop: ```ts const useKindaLazyYouTubeThumbnail = () =>...
Snyk has created this PR to upgrade prismjs from 1.27.0 to 1.28.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
**Is your feature request related to a problem? Please describe.** Hello! very glad to know there is an import of lite-youtube-embed :smile: . I wanted to create a custom player...
I'm having trouble when I import the lib css, because postcss-custom-properties gives an annoying warning saying that --aspect-ratio variable is undefined and doesn't have a fallback. **Expected behavior** It would...
**Problem** If maxresdefault or sddefault poster quality doesn`t exist the video gets no thumbnail. **Suggestion** Add fallback poster quality if the originally selected one is not available. If the api...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...