Comparing version 0.7.0 to 0.8.0
@@ -1,2 +0,2 @@ | ||
var Taglib = require(__dirname+"/../taglib") | ||
var Taglib = require('bindings')('taglib'); | ||
var util = require("util") | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
var Taglib = require(__dirname+"/../taglib") | ||
var Taglib = require('bindings')('taglib'); | ||
var util = require("util") | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "taglib", | ||
"description": "Simple bindings to TagLib", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"repository": { | ||
@@ -23,7 +23,7 @@ "type": "git", | ||
"scripts": { | ||
"test": "vows" | ||
"test": "vows --spec" | ||
}, | ||
"engines": { | ||
"node": ">= 0.6.1" | ||
"node": ">=0.10.0 <0.11" | ||
} | ||
} |
@@ -52,3 +52,3 @@ node-taglib | ||
cd node-taglib | ||
node-waf configure build | ||
npm install . | ||
node examples/simple.js /path/to/mp3_or_ogg_file | ||
@@ -170,3 +170,3 @@ # you can now require('./taglib') | ||
Any place where `node-taglib` expects a format can be passed on of these | ||
Any place where `node-taglib` expects a format can be passed one of these | ||
(case-insensitive): | ||
@@ -173,0 +173,0 @@ |
@@ -9,3 +9,3 @@ var assert = require('assert'), | ||
'opening UTF-8 Path': { | ||
topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'), | ||
topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'), | ||
'should be a `Tag`': function(tag) { | ||
@@ -12,0 +12,0 @@ assert.equal(Taglib.Tag, tag.constructor); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
7
81887