Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pluto-iptv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluto-iptv - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

22

index.js

@@ -138,13 +138,2 @@ #!/usr/bin/env node

if (channel.isStitched) {
tv.push({
name: 'channel',
attrs: { id: channel.slug },
children: [
{ name: 'display-name', text: channel.name },
{ name: 'display-name', text: channel.number },
{ name: 'desc', text: channel.summary },
{ name: 'icon', attrs: { src: channel.colorLogoPNG.path } },
],
});
//////////////

@@ -223,2 +212,13 @@ // Episodes //

}
tv.push({
name: 'channel',
attrs: { id: channel.slug },
children: [
{ name: 'display-name', text: channel.name },
{ name: 'display-name', text: channel.number },
{ name: 'desc', text: channel.summary },
{ name: 'icon', attrs: { src: channel.colorLogoPNG.path } },
],
});
});

@@ -225,0 +225,0 @@

{
"name": "pluto-iptv",
"version": "1.3.0",
"version": "1.3.1",
"description": "pluto.tv to XMLTV & M3U converter",

@@ -5,0 +5,0 @@ "main": "index.js",

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