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.6.0 to 0.7.0

async-write.js

7

package.json
{
"name": "taglib",
"description": "Simple bindings to TagLib",
"version": "0.6.0",
"version": "0.7.0",
"repository": {

@@ -14,4 +14,7 @@ "type": "git",

},
"dependencies": {
"bindings" : "1.0.0"
},
"devDependencies": {
"vows" : ">= 0.6.0",
"vows" : ">=0.6.0",
"async" : ">=0.1.0",

@@ -18,0 +21,0 @@ "match-files" : "latest"

var assert = require('assert'),
vows = require('vows'),
fs = require('fs'),
Taglib = require(__dirname + '/../taglib');
Taglib = require('../index')

@@ -6,0 +6,0 @@ vows.describe('taglib bindings: Buffers')

var assert = require('assert'),
vows = require('vows'),
fs = require('fs'),
Taglib = require(__dirname + '/../taglib');
Taglib = require('../index')

@@ -6,0 +6,0 @@ if (Taglib.addResolvers) {

var assert = require('assert'),
vows = require('vows'),
fs = require('fs'),
Taglib = require(__dirname + '/../taglib');
Taglib = require('../index')

@@ -6,0 +6,0 @@ vows.describe('taglib bindings')

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