Socket
Socket
Sign inDemoInstall

jsmediatags

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsmediatags - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

8

build2/ID3v2FrameReader.js

@@ -216,2 +216,10 @@ 'use strict';

}
// Workaround: MP3ext V3.3.17 places a non-compliant padding string at
// the end of the ID3v2 header. A string like "MP3ext V3.3.19(ansi)"
// is added multiple times at the end of the ID3 tag. More information
// about this issue can be found at
// https://github.com/aadsm/jsmediatags/issues/58#issuecomment-313865336
if (frameId === 'MP3e' || frameId === '\x00MP3' || frameId === '\x00\x00MP' || frameId === ' MP3') {
break;
}

@@ -218,0 +226,0 @@ var unsyncData;

2

package.json
{
"name": "jsmediatags",
"version": "3.6.1",
"version": "3.6.2",
"description": "Media Tags Reader (ID3, MP4)",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is too big to display

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