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
268
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.8.2 to 10.8.3

8

lib/asf/AsfObject.d.ts

@@ -13,9 +13,3 @@ import type { IGetToken, ITokenizer } from 'strtok3';

captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite /**
* Specifies the amount of time to buffer data before starting to play the file, in millisecond units.
* If this value is nonzero, the Play Duration field and all of the payload Presentation Time fields have been offset
* by this amount. Therefore, player software must subtract the value in the preroll field from the play duration and
* presentation times to calculate their actual values. It follows that all payload Presentation Time fields need to
* be at least this value.
*/[]) => any) | undefined;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
stackTraceLimit: number;

@@ -22,0 +16,0 @@ };

@@ -0,0 +0,0 @@ The MIT License (MIT)

11

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

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

"media-typer": "^1.1.0",
"strtok3": "^10.2.0",
"strtok3": "^10.2.1",
"token-types": "^6.0.0",

@@ -127,3 +127,3 @@ "uint8array-extras": "^1.4.0"

"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"c8": "^10.1.3",

@@ -136,3 +136,3 @@ "chai": "^5.1.2",

"remark-cli": "^12.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-consistent": "^6.0.1",
"ts-node": "^10.9.2",

@@ -145,4 +145,3 @@ "typescript": "^5.7.3"

"repository": {
"type": "git",
"url": "git+https://github.com/borewit/music-metadata.git"
"type": "https://github.com/borewit/music-metadata.git"
},

@@ -149,0 +148,0 @@ "license": "MIT",

@@ -0,0 +0,0 @@ [![Node.js CI](https://github.com/Borewit/music-metadata/actions/workflows/nodejs-ci.yml/badge.svg?branch=master)](https://github.com/Borewit/music-metadata/actions?query=branch%3Amaster)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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