Socket
Socket
Sign inDemoInstall

trakt.tv-ondeck

Package Overview
Dependencies
31
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

2

index.js

@@ -136,3 +136,3 @@ let OnDeck = module.exports = {}; // Skeleton

}).then((progress) => {
if (progress.next_episode) {
if (progress.next_episode && (new Date(progress.next_episode.first_aired).getTime() < Date.now())) {
output.push({

@@ -139,0 +139,0 @@ show: input.shows[index].show,

{
"name": "trakt.tv-ondeck",
"version": "8.0.0",
"version": "8.0.1",
"description": "Plugin for adding 'ondeck' to trakt.tv module",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc