music-metadata-browser
Advanced tools
Comparing version 1.6.3 to 1.7.0
@@ -0,7 +1,4 @@ | ||
import { IAudioMetadata, IOptions } from 'music-metadata/lib/type'; | ||
import * as mm from 'music-metadata/lib/core'; | ||
import * as Type from 'music-metadata/lib/type'; | ||
export declare type IAudioMetadata = Type.IAudioMetadata; | ||
export declare type IOptions = Type.IOptions; | ||
export declare type ITag = Type.ITag; | ||
export declare type INativeTagDict = Type.INativeTagDict; | ||
export { IPicture, IAudioMetadata, IOptions, ITag, INativeTagDict } from 'music-metadata/lib/type'; | ||
/** | ||
@@ -8,0 +5,0 @@ * Parse audio Stream |
{ | ||
"name": "music-metadata-browser", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"description": "Browserifed version of music-metadata", | ||
@@ -106,3 +106,3 @@ "main": "lib/index.js", | ||
"debug": "^4.0.1", | ||
"music-metadata": "^4.8.4", | ||
"music-metadata": "^4.9.0", | ||
"readable-stream": "^3.3.0", | ||
@@ -109,0 +109,0 @@ "readable-web-to-node-stream": "^2.0.0", |
@@ -6,2 +6,4 @@ [![Build Status](https://travis-ci.org/Borewit/music-metadata-browser.svg?branch=master)](https://travis-ci.org/Borewit/music-metadata-browser) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/Borewit/music-metadata-browser/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Borewit/music-metadata-browser?targetFile=package.json) | ||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Borewit/music-metadata-browser.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/music-metadata-browser/alerts/) | ||
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Borewit/music-metadata-browser.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/music-metadata-browser/context:javascript) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77818ccb061e445e907cacbafc6ac8c2)](https://www.codacy.com/app/Borewit/music-metadata-browser?utm_source=github.com&utm_medium=referral&utm_content=Borewit/music-metadata-browser&utm_campaign=Badge_Grade) | ||
@@ -8,0 +10,0 @@ [![Coverage Status](https://coveralls.io/repos/github/Borewit/music-metadata-browser/badge.svg?branch=master)](https://coveralls.io/github/Borewit/music-metadata-browser?branch=master) |
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
34787
285
296
Updatedmusic-metadata@^4.9.0