New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@music-metadata/s3

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@music-metadata/s3 - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

package.json
{
"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

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