audio-cover
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
import * as jsmediatags from 'jsmediatags/dist/jsmediatags'; | ||
import * as jsmediatags from 'jsmediatags-web'; | ||
export var getAudioCover = function (file) { | ||
@@ -3,0 +3,0 @@ return new Promise(function (resolve, reject) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var jsmediatags = require("jsmediatags/dist/jsmediatags"); | ||
var jsmediatags = require("jsmediatags-web"); | ||
exports.getAudioCover = function (file) { | ||
@@ -5,0 +5,0 @@ return new Promise(function (resolve, reject) { |
{ | ||
"name": "audio-cover", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "dist/es5/index.js", | ||
@@ -10,6 +10,10 @@ "repository": "git@github.com:zzarcon/audio-cover.git", | ||
"devDependencies": { | ||
"@atlaskit/button": "^10.1.1", | ||
"@atlaskit/icon": "^15.0.3", | ||
"react-cute": "^1.0.2", | ||
"react-stylish-input": "^0.0.2", | ||
"ts-react-toolbox": "^0.2.2" | ||
}, | ||
"dependencies": { | ||
"jsmediatags": "^3.8.1" | ||
"jsmediatags-web": "^0.0.4" | ||
}, | ||
@@ -16,0 +20,0 @@ "engines": { |
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
6326
5
+ Addedjsmediatags-web@^0.0.4
+ Addedjsmediatags-web@0.0.4(transitive)
- Removedjsmediatags@^3.8.1
- Removedjsmediatags@3.9.7(transitive)
- Removedxhr2@0.1.4(transitive)