Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

music-metadata-browser

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

music-metadata-browser - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

8

package.json
{
"name": "music-metadata-browser",
"version": "1.5.0",
"version": "1.6.0",
"description": "Browserifed version of music-metadata",

@@ -79,4 +79,4 @@ "main": "lib/index.js",

"devDependencies": {
"@types/jasmine": "^3.3.13",
"@types/node": "^12.7.7",
"@types/jasmine": "^3.4.1",
"@types/node": "^12.7.8",
"coveralls": "^3.0.3",

@@ -107,3 +107,3 @@ "del-cli": "^3.0.0",

"debug": "^4.0.1",
"music-metadata": "^4.7.0",
"music-metadata": "^4.8.0",
"readable-stream": "^3.3.0",

@@ -110,0 +110,0 @@ "readable-web-to-node-stream": "^1.1.4",

@@ -13,5 +13,5 @@ [![Build Status](https://travis-ci.org/Borewit/music-metadata-browser.svg?branch=master)](https://travis-ci.org/Borewit/music-metadata-browser)

[music-metadata-borwser](https://github.com/Borewit/music-metadata-browser) is a metadata parser, supporting virtual any audio format and tag header around.
[music-metadata-browser](https://github.com/Borewit/music-metadata-browser) is a metadata parser, supporting virtual any audio format and tag header around.
[music-metadata-borwser](https://github.com/Borewit/music-metadata-browser) is a node module, designed for modern browser applications.
[music-metadata-browser](https://github.com/Borewit/music-metadata-browser) is a node module, designed for modern browser applications.
Because modules don't run directly in the browser you need a _module bundler_, like [Webpack](https://webpack.js.org) or [Parcel](https://parceljs.org/).

@@ -21,3 +21,3 @@ The _module bundler_ turns the modules (dependencies), together with you application code, into a static asset (typically a minified JavaScript file).

Integration with React or Angular should ne be a problem:
Integration with React or Angular should not be a problem:
* [example project using React framework](https://github.com/Borewit/music-metadata-react)

@@ -24,0 +24,0 @@ * [example project using Angular framework](https://github.com/Borewit/audio-tag-analyzer)

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