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
0
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 Versions

234

3.1.0

Diff

Changelog

Source

3.1.0 (2025-01-09)

  • build: Add support for react 19 (8c07aef)
  • build: Bump @release-it/conventional-changelog@latest from v9.0.3 to v9.0.4 (a7aca78)
  • build: Bump dotenv-cli from v7.4.4 to v8.0.0 (0782bfe)
  • build: Bump react from v18.3.1 to v19.0.0 (1fc2829)
  • build: Bump release-it to v18.0.0 (1f959d4)
  • build: Bump typescript from v5.7.2 to v5.7.3 (77f76ac)
  • build: Downgrade release-it to from v18.0.0 to v17.11.0 (6e4d701)
  • build: Revert back to react v18.3.1 (dae3f83)
  • docs: Add features section (094959e)
  • style: Specify the gallery images' initial aspect ratio (27653fb)
  • feat: Provide the option to specify the exact number of columns in the gallery (0c2e54d)
  • test: Customize image button's style (946004e)
  • refactor: Make styles customizable (d6d328f)
  • chore: Add watch script (07a651c)
  • chore: Reconfigure commit-msg hook (5c39c72)
codesweetly
published 3.0.0 •

Changelog

Source

3.0.0 (2024-07-16)

⚠ BREAKING CHANGES

  • Delete uniqueName prop

🧱 Dependency

  • Bump dev dependencies (370c88d)
  • Drop fslightbox-react dependency (366d15d)
  • Drop prop-types dependency (33535e0)
  • Drop react-loader-spinner dependency (8da1c02)

🏠 Chores

📝 Documentation

🐛 Bug Fix

  • Open lightbox when keyboard enter key is pressed on video card (3112a50)
  • Stop video when lightbox is closed (9cdc3de)

🔄️ Code Refactoring

  • Create video cards only while rendering gallery (9f2271f)
  • Delete redundant isNotFetchingData state (ac0a70b)
  • Delete uniqueName prop (29df23c)
  • Make infinite scrolling performant (85e097f)
  • Rename youtubeVideoFiguresArray to videoCardsArray (712d5e1)
  • Separate gallery and loader's container (cc4a06b)
  • Use async/await to implement asynchronous logic (0ef52ee)

💅 Styling and Formatting

  • Change class declaration to function (bf06811)
  • Change javascript file to typescript (5a53ff0)

🧪 Code Testing

  • Mock the intersection observer api (23da8ca)
codesweetly
published 2.0.0 •

Changelog

Source

2.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • Users must now use named importation to add the package to their apps.

Named importation provides better compatibility with node and babel-like tools.

Ref: https://esbuild.github.io/content-types/#default-interop

🧱 Dependency

  • Bump @types/react to v18.2.46 (95b9c9e)
  • Configure jest to read typescript configuration files (e514fc4)
  • Remove emotionjs package (94e5ee2)
  • Remove jest-transform-css configurations (f5ee273)

🏠 Chores

  • Add email (e4ac718)
  • Change commitlint configuration file to typescript (a4a356a)
  • Change entry point from index to YouTubePlaylist (2634c14)
  • Delete css modules type declaration file (7aa8ec4)
  • Provide url and email for reporting bugs (914a125)

📝 Documentation

  • Add contact email (95dbc01)
  • Add emotion installation note for yarn users (354a365)
  • Remove emotionjs references and change import statement to named importation (501bd0c)
  • Update license's year (081b997)

🔄️ Code Refactoring

  • Change package's export mode from default to named exportation (9a0885d)
  • Rename index files to YouTubePlaylist (01d1eb8)

💅 Styling and Formatting

  • Remove emotion's configurations (f33d542)
  • Replace emotion css with inline styling (b7f2b0b)
  • Use spinner color with aa contrast on dark and light scheme (0934bc5)

🧪 Code Testing

  • Add configuration file to the test command (51ad035)
  • Change jest configuration file to typescript (392cb57)
codesweetly
published 1.0.16 •

Changelog

Source

1.0.16 (2023-08-16)

📝 Documentation

  • Add notes on resolving known errors (4a520b9)
codesweetly
published 1.0.15 •

Changelog

Source

1.0.15 (2023-08-16)

🧱 Dependency

🔄️ Code Refactoring

  • Change jsx field from react to react-jsx (c12043e)

💅 Styling and Formatting

  • Delete css modules stylesheet (2ebd1ba)
  • Replace className with emotion's css prop (0c701ea)

🏠 Chores

  • Delete copy-files script (df149e6)
  • Use @emotion/react to import jsx factory functions (2f06f20)
codesweetly
published 1.0.14 •

Changelog

Source

1.0.14 (2023-08-15)

🏠 Chores

  • Add script to copy stylesheet to dist during build step (0dbeea3)
  • Configure build script to emit es and commonjs modules (073e0fb)
  • Emit es modules compilations to dist/esm (7990c37)
  • Empty dist before each build (2bf2fd3)
  • Exclude test files from compilation (d08a710)
  • Move stylesheet to src (6731f1d)
  • Remove stylesheet from files list (3bfe802)
  • Update main field to reference the cjs compilation (c843a78)
  • Update types to reference the es module's declaration file (691386d)
  • Use module field to reference the es module compilation (4e227e7)

📝 Documentation

codesweetly
published 1.0.13 •

Changelog

Source

1.0.14 (2023-08-15)

🏠 Chores

  • Add script to copy stylesheet to dist during build step (0dbeea3)
  • Configure build script to emit es and commonjs modules (073e0fb)
  • Emit es modules compilations to dist/esm (7990c37)
  • Empty dist before each build (2bf2fd3)
  • Exclude test files from compilation (d08a710)
  • Move stylesheet to src (6731f1d)
  • Remove stylesheet from files list (3bfe802)
  • Update main field to reference the cjs compilation (c843a78)
  • Update types to reference the es module's declaration file (691386d)
  • Use module field to reference the es module compilation (4e227e7)

📝 Documentation

codesweetly
published 1.0.11 •

Changelog

Source

1.0.11 (2023-07-21)

📝 Documentation

  • Add configuration note for remix users (d0d7502)
codesweetly
published 1.0.10 •

Changelog

Source

1.0.10 (2023-07-21)

🐛 Bug Fix

codesweetly
published 1.0.9 •

Changelog

Source

1.0.9 (2023-07-20)

🐛 Bug Fix

  • Rename module.rule to module.rules (e685f67)

💅 Styling and Formatting

🧪 Code Testing

  • Configure jest as the testing tool (83221fb)
  • Remove jest configurations (fe691ba)

🧱 Dependency

  • Change target to es5 (ad790cb)
  • Delete vanilla-extract configurations (1040a65)
  • Install webpack for bundling modules (b0339ff)
  • Remove babel configurations (00bc7d7)
  • Setup vanilla-extract to generate static css at build time (875c39e)
  • Update typescript configuration (dfa0aa3)

🏠 Chores

  • Add css module to the files field (8cf09e6)
  • Change stylesheet to css module (91d0a07)
  • Configure webpack to bundle typescript files (36e2d13)
  • Configure webpack to bundle vanilla-extract's css files (1fe9795)
  • Define variables' types (3a899ad)
  • Rename YouTubePlaylist file to index (1f6425c)
  • Resolve import statements with typescript and javascript extensions (9f7b6ce)
  • Use typescript to compile source code (68dc1a6)
  • Use typescript to transpile and type check (e107610)
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