icecast-metadata-js
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "icecast-metadata-js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Library for Web Browsers and NodeJS that reads, parses, and synchronizes Icecast stream metadata", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "node --experimental-vm-modules node_modules/.bin/jest", | ||
"test": "node --experimental-vm-modules node_modules/.bin/jest --coverage", | ||
"format": "prettier --cache --write '**/*.*js*'" | ||
@@ -41,5 +41,5 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"@types/jest": "^29.5.0", | ||
"icecast-metadata-js": "file:./", | ||
"jest": "^29.4.3", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.4" | ||
@@ -46,0 +46,0 @@ }, |
@@ -87,7 +87,8 @@ /* Copyright 2020-2021 Ethan Halsall | ||
} | ||
// not synced, rewind to the next offset to continue syncing | ||
syncBytes.push(bytes[0]); | ||
this._currentPosition -= 4; | ||
this._stats._totalBytesRead -= 4; | ||
this._stats._currentBytesRemaining += 4; | ||
this._currentPosition -= 5; | ||
this._stats._totalBytesRead -= 5; | ||
this._stats._currentBytesRemaining += 5; | ||
} | ||
@@ -94,0 +95,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
450076
38
6715
1