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

youtube-comment-api

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-comment-api - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/replies-fetcher.js

@@ -47,3 +47,3 @@ var debug = require('debug')('replies-api');

debug('fetch failed: "%s", %d', error.message, error.status);
if (error.status && error.status !== 200) {
if (error.status !== 200) {
if (numRetries++ < MAX_RETRIES) {

@@ -50,0 +50,0 @@ debug('Retry %d of %d', numRetries, MAX_RETRIES);

var debug = require('debug')('video-info');
var fetchYoutubeVideoInfo = require('youtube-info');
var config = require('./config');
var _ = require('lodash');

@@ -5,0 +6,0 @@ var cache = {};

{
"name": "youtube-comment-api",
"version": "2.0.2",
"version": "2.0.3",
"description": "Youtube comment API",

@@ -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