@music-metadata/s3
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@music-metadata/s3", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Extension for music-metadata to read metadata from audio files on Amazon S3 storage", | ||
@@ -45,4 +45,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"music-metadata": "^5.0.0", | ||
"@tokenizer/range": "^0.1.0" | ||
"@tokenizer/range": "^0.1.0", | ||
"music-metadata": "^5.3.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
[![Build Status](https://travis-ci.org/Borewit/music-metadata-s3.svg?branch=master)](https://travis-ci.org/Borewit/music-metadata-s3) | ||
[![NPM version](https://img.shields.io/npm/v/@music-metadata/s3.svg)](https://npmjs.org/package/@music-metadata/s3) | ||
[![npm downloads](https://img.shields.io/npm/dm/@music-metadata/s3.svg)](https://npmcharts.com/compare/streaming-http-token-reader,@music-metadata/s3?start=300) | ||
[![npm downloads](https://img.shields.io/npm/dm/@music-metadata/s3.svg)](https://npmcharts.com/compare/@music-metadata/s3,@tokenizer/range,streaming-http-token-reader?start=300) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/Borewit/music-metadata-s3/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Borewit/music-metadata-s3?targetFile=package.json) | ||
@@ -12,3 +12,3 @@ [![Total alerts](https://img.shields.io/lgtm/alerts/g/Borewit/music-metadata-s3.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/music-metadata-s3/alerts/) | ||
The magic of this module is, it is able to extract the metadata from your audio files, without downloading and parsing the entire file. | ||
Using [streaming-http-token-reader](https://github.com/Borewit/streaming-http-token-reader) under the hood, it partial downloads the required chunks. | ||
Using [@tokenizer/range](https://github.com/Borewit/tokenizer-range), it partial downloads the files, just accessing the chunks holding the metadata. | ||
@@ -15,0 +15,0 @@ ## Installation |
7968
Updatedmusic-metadata@^5.3.1