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

taglib

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taglib - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

2

examples/properties.js

@@ -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

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