music-metadata
Advanced tools
Comparing version 10.8.2 to 10.8.3
@@ -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) |
{ | ||
"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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
514721
12164
1
Updatedstrtok3@^10.2.1