Socket
Socket
Sign inDemoInstall

tailwind-player

Package Overview
Dependencies
6
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

28

dist/index.d.ts

@@ -1,1 +0,27 @@

export { }
// Generated by dts-bundle-generator v9.3.1
export interface PlayerProps {
src: string;
autoPlay?: boolean;
className?: string;
controls?: boolean;
controlsList?: string;
id?: string;
loop?: boolean;
muted?: boolean;
onAbort?: () => void;
onCanPlay?: () => void;
onCanPlayThrough?: () => void;
onEnded?: () => void;
onError?: () => void;
onLoadedMetadata?: () => void;
onPause?: () => void;
onPlay?: () => void;
onSeeked?: () => void;
onVolumeChange?: () => void;
preload?: "" | "none" | "metadata" | "auto";
style?: React.CSSProperties;
title?: string;
}
export {};

5

package.json
{
"name": "tailwind-player",
"description": "Standalone tailwind component with audio player functionality",
"version": "0.0.4",
"version": "0.0.5",
"author": "Alex Shevliakov <alexshelvey.com> (https://alexshelvey.com)",

@@ -36,3 +36,4 @@ "homepage": "https://github.com/alexjedi/tailwind-player",

"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"tailwind-player": "^0.0.4"
},

@@ -39,0 +40,0 @@ "devDependencies": {

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