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

eztv_api_x

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eztv_api_x - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

eztv_api.js

@@ -99,4 +99,8 @@ /*************************

var episode = matcher[2];
var episodeStruct = {};
episodeStruct.url = magnet;
episodeStruct.seeds = 0;
episodeStruct.peers = 0;
if(!episodes[season]) episodes[season] = {};
episodes[season][episode] = magnet;
episodes[season][episode] = episodeStruct;
}

@@ -103,0 +107,0 @@ });

2

package.json
{
"name" : "eztv_api_x",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "Web Scraper to provide methods to access EZTV easier",

@@ -5,0 +5,0 @@ "author" : "SlashmanX & phenomenz",

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