musicmetadata
Advanced tools
Comparing version 0.3.4 to 0.3.6
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
278349
6
8181
0
- Removeddrag-and-drop-files@0.0.1
- Removeddrag-and-drop-files@0.0.1(transitive)