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

aplayer-react

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aplayer-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

dist/index.js

@@ -495,3 +495,8 @@ "use strict";

),
() => audioElementRef.current?.currentTime,
() => {
if (!audioElementRef.current) {
return void 0;
}
return Math.round(audioElementRef.current.currentTime);
},
() => void 0

@@ -498,0 +503,0 @@ );

2

package.json
{
"name": "aplayer-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "The missing APlayer for React applications",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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