Socket
Socket
Sign inDemoInstall

better-cue-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-cue-parser

A simple but better js library to parse cue sheet


Version published
Weekly downloads
22
decreased by-31.25%
Maintainers
1
Weekly downloads
 
Created
Source

Better Cue Parser

Based on justlaputa/cue-parser, add some enhancements to make cue parser better, in browser and node.

Original

cue-parser is a cue-sheet parser library written for nodejs.

Most of the code is inspired by cue-go

How to use

Add cue-parser as a dependency to your project using npm:

npm install better-cue-parser

or yarn:

yarn add better-cue-parser

Use it in your node source code

const parser = require('better-cue-parser');

const cuesheet = parser.parse(data, encoding);

console.log(cuesheet.performer);
console.log(cuesheet.files);
console.log(cuesheet.files[0].tracks);

References

Keywords

FAQs

Package last updated on 28 Jul 2021

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

  • 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