music-metadata-browser
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
Updatedmusic-metadata@^4.8.0