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

musicmetadata

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

musicmetadata - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

5

lib/index.js

@@ -5,2 +5,3 @@ var util = require('util');

var strtok = require('strtok2');
var through = require('through')
var fs = require('fs')

@@ -30,3 +31,5 @@

this.stream = stream;
// pipe to an internal stream so we aren't fucking
// with the stream passed to us by our users
this.stream = stream.pipe(through(null, null, {autoDestroy: false}));

@@ -33,0 +36,0 @@ this.metadata = {

2

package.json
{
"name": "musicmetadata",
"description": "Streaming music metadata parser for node and the browser.",
"version": "0.4.1",
"version": "0.4.2",
"author": "Lee Treveil",

@@ -6,0 +6,0 @@ "dependencies": {

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