New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

icecast-metadata-js

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

icecast-metadata-js - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

coverage/clover.xml

8

package.json
{
"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

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