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.3.4 to 0.3.6

2

bower.json
{
"name": "musicmetadata",
"version": "0.3.4",
"version": "0.3.5",
"homepage": "https://github.com/leetreveil/node-musicmetadata",

@@ -5,0 +5,0 @@ "authors": [

@@ -54,2 +54,7 @@ var strtok = require('strtok2');

if (sum(syncWordBits) != 11) {
// keep scanning for frame header, id3 tag may
// have some padding (0x00) at the end
if (frameCount === 0) {
return new strtok.BufferType(4);
}
return done(new Error('expected frame header but was not found'));

@@ -56,0 +61,0 @@ }

{
"name": "musicmetadata",
"description": "Streaming music metadata parser for node and the browser.",
"version": "0.3.4",
"version": "0.3.6",
"author": "Lee Treveil",

@@ -11,3 +11,2 @@ "dependencies": {

"through": "~2.3.4",
"drag-and-drop-files": "0.0.1",
"node-bitarray": "0.0.2",

@@ -14,0 +13,0 @@ "deep-equal": "~0.1.2"

@@ -21,3 +21,3 @@ [![Build Status](https://secure.travis-ci.org/leetreveil/musicmetadata.png)](http://travis-ci.org/leetreveil/musicmetadata) [![NPM version][npm-image]][npm-url]

If you're old'skool you can also download the latest tar ball from https://github.com/leetreveil/musicmetadata/releases.
If you're old'skool you can download the latest tar ball from https://github.com/leetreveil/musicmetadata/releases.

@@ -24,0 +24,0 @@

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