New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

music-metadata

Package Overview
Dependencies
Maintainers
1
Versions
270
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 10.6.1 to 10.6.2

1

lib/index.js

@@ -41,1 +41,2 @@ /**

}
//# sourceMappingURL=index.js.map

2

lib/mpeg/MpegParser.js

@@ -357,3 +357,3 @@ import * as Token from 'token-types';

}
await this.tokenizer.peekBuffer(this.buf_frame_header, { offset: 1, length: 3 });
await this.tokenizer.peekBuffer(this.buf_frame_header.subarray(1), { length: 3 });
let header;

@@ -360,0 +360,0 @@ try {

{
"name": "music-metadata",
"description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.",
"version": "10.6.1",
"version": "10.6.2",
"author": {

@@ -114,3 +114,3 @@ "name": "Borewit",

"media-typer": "^1.1.0",
"strtok3": "^9.1.1",
"strtok3": "^10.0.0",
"token-types": "^6.0.0",

@@ -117,0 +117,0 @@ "uint8array-extras": "^1.4.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