Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.0.4

6

index.js

@@ -23,2 +23,6 @@ var request = require('request');

var regex = show.url.match(/\/shows\/(\d+)\/([^\/]+)/);
if (!regex) {
//console.log("Unparsed show: " + show.url);
return;
}
show.id = parseInt(regex[1]);

@@ -91,3 +95,3 @@ show.slug = regex[2];

else {
console.log("unparsed episode: " + episode.title);
//console.log("unparsed episode: " + episode.title);
}

@@ -94,0 +98,0 @@

2

package.json
{
"name": "eztv",
"version": "0.0.3",
"version": "0.0.4",
"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