Socket
Book a DemoInstallSign in
Socket

@clxrity/react-audio

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clxrity/react-audio

An interactive audio package for React

3.2.0
latest
npmnpm
Version published
Weekly downloads
22
-74.12%
Maintainers
1
Weekly downloads
 
Created
Source

@clxrity/react-audio

A react audio player component library.

coverage

MIT license npm module downloads

view on npm BUILD

Node version

Peer Dependencies:

react react-dom

npm i @clxrity/react-audio
pnpm add @clxrity/react-audio
yarn add @clxrity/react-audio

Docs Changelog Contribute

Dynamic import example with Next.js

"use client"; // (REQUIRED)
import dynamic from "next/dynamic";

const Player = dynamic(
  () => import("@clxrity/react-audio").then((mod) => mod.Player),
  { ssr: false },
);

export default function Component() {
  return <Player src="/loop.wav" />;
}

Keywords

react

FAQs

Package last updated on 22 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.