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 0.6.2 to 0.6.3

8

package.json
{
"name": "icecast-metadata-js",
"version": "0.6.2",
"version": "0.6.3",
"description": "Library for Web Browsers and NodeJS that reads, parses, and synchronizes Icecast stream metadata",

@@ -34,6 +34,6 @@ "keywords": [

"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"prettier": "^2.4.1"
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"prettier": "^2.5.1"
}
}

@@ -18,3 +18,3 @@ /* Copyright 2020-2021 Ethan Halsall

const Decoder = require("util").TextDecoder || TextDecoder;
const Decoder = globalThis.TextDecoder;
const MetadataParser = require("./MetadataParser");

@@ -21,0 +21,0 @@

@@ -18,3 +18,3 @@ /* Copyright 2020-2021 Ethan Halsall

const Decoder = require("util").TextDecoder || TextDecoder;
const Decoder = globalThis.TextDecoder;
const MetadataParser = require("./MetadataParser");

@@ -21,0 +21,0 @@

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