music-metadata
Advanced tools
Comparing version 10.8.1 to 10.8.2
@@ -13,3 +13,9 @@ import type { IGetToken, ITokenizer } from 'strtok3'; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; | ||
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; | ||
stackTraceLimit: number; | ||
@@ -16,0 +22,0 @@ }; |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "music-metadata", | ||
"description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.", | ||
"version": "10.8.1", | ||
"version": "10.8.2", | ||
"author": { | ||
@@ -114,3 +114,3 @@ "name": "Borewit", | ||
"media-typer": "^1.1.0", | ||
"strtok3": "^10.1.2", | ||
"strtok3": "^10.2.0", | ||
"token-types": "^6.0.0", | ||
@@ -117,0 +117,0 @@ "uint8array-extras": "^1.4.0" |
@@ -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
516273
12170
Updatedstrtok3@^10.2.0