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

music-metadata

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

music-metadata - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

2

lib/vorbis/VorbisParser.js

@@ -93,3 +93,3 @@ 'use strict';

return this.tokenizer.readToken(Token.UINT32_LE).then(function (strLen) {
return _this.tokenizer.readToken(new Token.StringType(strLen, 'ascii')).then(function (v) {
return _this.tokenizer.readToken(new Token.StringType(strLen, 'utf-8')).then(function (v) {
var idx = v.indexOf('=');

@@ -96,0 +96,0 @@ var key = v.slice(0, idx).toUpperCase();

{
"name": "music-metadata",
"description": "Streaming music metadata parser for node and the browser.",
"version": "0.8.7",
"version": "0.8.8",
"author": {

@@ -59,5 +59,5 @@ "name": "Borewit",

"dependencies": {
"es6-promise": "^4.1.1",
"fs-extra": "^4.0.2",
"save": "^2.3.1",
"es6-promise": "^4.2.2",
"fs-extra": "^4.0.3",
"save": "^2.3.2",
"strtok3": "^1.3.2",

@@ -68,18 +68,18 @@ "then-read-stream": "^1.0.4",

"devDependencies": {
"@types/chai": "^4.0.4",
"@types/chai": "^4.1.1",
"@types/es6-promise": "0.0.32",
"@types/fs-extra": "^4.0.3",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.47",
"@types/fs-extra": "^4.0.7",
"@types/mocha": "^2.2.46",
"@types/node": "^8.5.9",
"chai": "^4.1.2",
"coveralls": "^2.13.3",
"del-cli": "^1.1.0",
"mime": "^2.0.3",
"mime": "^2.2.0",
"mocha": "^3.5.3",
"npm-run-all": "^4.1.1",
"nyc": "^11.3.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.4.1",
"source-map": "^0.5.7",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.5.3"
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},

@@ -86,0 +86,0 @@ "testling": {

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