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

eztv

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 - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js

@@ -22,2 +22,5 @@ var request = require('request');

show.url = $(e).find("td").eq(0).find("a").attr("href");
if (!show.url) {
return;
}
var regex = show.url.match(/\/shows\/(\d+)\/([^\/]+)/);

@@ -24,0 +27,0 @@ if (!regex) {

2

package.json
{
"name": "eztv",
"version": "0.0.4",
"version": "0.0.5",
"description": "EZTV API",

@@ -5,0 +5,0 @@ "keywords": [

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