New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@freik/audiodb

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freik/audiodb

NodeJS Audio/Music database

latest
npmnpm
Version
0.8.3
Version published
Maintainers
1
Created
Source

audio-database

A NodeJS Audio Database implementation for use in my music player, EMP. It's not yet integrated, but I'm trying to get it to a place where I can rip a bunch of stuff out of EMP and replace it with this, in the hopes that this is better tested, then start adding some capabilites here. The first one that seems like it's sort of doable is "incremental updates" to allow the user to edit metadata and not force full DB refresh.

It's not using a class, because I like data hiding, and closures are a better model than JavaScript classes, so if you want to use it, await MakeAudioDatabase and you're on your way. I will do my best to stick with semantic versioning, so I'll make sure and bump the minor version for any breaking changes. I haven't yet published it to NPM, but I will do so pretty soon, with the name @freik/audio-database.

FAQs

Package last updated on 18 Jun 2023

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