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

id3v2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

id3v2

Reads ID3v2 metadata

next
latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

id3v2

GitHub license Travis npm Commitizen friendly renovate badge

Read ID3v2 metadata.

Usage

Installation

Install as npm package:

npm install id3v2 --save

Install latest development version:

npm install id3v2@next --save

API

import { ID3v2 } from 'id3v2';

const tag = new ID3v2('/path/to/test.mp3');
console.log(tag.title);

Keywords

mp3

FAQs

Package last updated on 05 Mar 2019

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